From b0c3c56317e4b03bc440a59f2aaa5adc97518535 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 9 Jul 2023 12:09:53 +0800 Subject: [PATCH] update doc url --- README.md | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20666e6..0bcf8fd 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/mkdocs.yml b/mkdocs.yml index 7101ca3..fbcfdfb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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