mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix build errors
This commit is contained in:
parent
a61d261c06
commit
43fd811f4f
2 changed files with 2 additions and 0 deletions
|
@ -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"}])
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue