fix build errors

This commit is contained in:
ishaan-jaff 2023-08-22 16:11:52 -07:00
parent a61d261c06
commit 43fd811f4f
2 changed files with 2 additions and 0 deletions

View file

@ -24,5 +24,6 @@
# #openai call
# response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content": "Hi 👋 - i'm openai"}])
# fix
# #bad request call
# response = completion(model="chatgpt-test", messages=[{"role": "user", "content": "Hi 👋 - i'm a bad request"}])

View file

@ -11,6 +11,7 @@ python = "^3.8"
openai = "^0.27.8"
python-dotenv = "^1.0.0"
tiktoken = "^0.4.0"
importlib_metadata
[build-system]
requires = ["poetry-core"]