From d3ab206aa5496f085ab96ce3211f0518c9635ff0 Mon Sep 17 00:00:00 2001 From: Bill Chambers Date: Sat, 22 Jul 2023 01:31:45 -0700 Subject: [PATCH] Update README.md (#69) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8defc58..34d4f42 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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). -This repo also contains a range of examples I've used in experimetnation and in production and I welcome new contributions for different types of schemas. +This repo also contains a range of examples I've used in experimentation and in production and I welcome new contributions for different types of schemas. ## Support