From e926ae51283e9c4087974f455ab526b1c026ef3c Mon Sep 17 00:00:00 2001 From: Erjan K Date: Sat, 3 Feb 2024 20:00:18 +0100 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d40561bc..477af459 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ if __name__ == "__main__": print(res) ``` -Note: all the model are avaiable at the following link: [https://platform.openai.com/docs/models](https://platform.openai.com/docs/models), be sure you have enabled that keys +Note: all the model are available at the following link: [https://platform.openai.com/docs/models](https://platform.openai.com/docs/models), be sure you have enabled that keys Is it possible to run the examples through the command line inside the principal root: