From 2d44f0941b7a2f51d16d3573897acac73681d908 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 9 Jul 2023 00:19:08 +0800 Subject: [PATCH] docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8237e0d..20666e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Pydantic is all you need: An OpenAI Function Call Pydantic Integration Module +# Pydantic is all you need, for openai function calls. + +Check out the [docs](https://openai-function-call.vercel.app/)! We try to provides a powerful and efficient approach to output parsing when interacting with OpenAI's Function Call API. One that is framework agnostic and minimizes any dependencies. It leverages the data validation capabilities of the Pydantic library to handle output parsing in a more structured and reliable manner. If you have any feedback, leave an issue or hit me up on [twitter](https://twitter.com/jxnlco).