update doc url

This commit is contained in:
Jason
2023-07-09 12:09:53 +08:00
parent fa090bcea9
commit b0c3c56317
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Pydantic is all you need, for openai function calls.
Check out the [docs](https://openai-function-call.vercel.app/)!
Check out the [docs](https://openai-function-call.onrender.com/)!
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).
+1
View File
@@ -14,6 +14,7 @@ plugins:
allow_inspection: true
show_bases: true
repo_url: https://github.com/jxnl/openai_function_call
site_url: https://openai-function-call.onrender.com/
markdown_extensions:
- pymdownx.critic
- pymdownx.caret