Skip to content

Commit

Permalink
feat: bump openai dependency to version introducing max_completion_to…
Browse files Browse the repository at this point in the history
…kens

Signed-off-by: Guillaume Calmettes <[email protected]>
  • Loading branch information
gcalmettes committed Oct 30, 2024
1 parent ea28b42 commit 6077312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ protobuf # Required by LlamaTokenizer.
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
aiohttp
openai >= 1.40.0 # Ensure modern openai package (ensure types module present)
openai >= 1.45.0 # Ensure modern openai package (ensure types module present)
uvicorn[standard]
pydantic >= 2.9 # Required for fastapi >= 0.113.0
pillow # Required for image processing
Expand Down

0 comments on commit 6077312

Please sign in to comment.