Skip to content

Commit

Permalink
Update openai to 1.13.3
Browse files Browse the repository at this point in the history
# Update openai to 1.13.3


Summary:
Updating the openai version to latest (1.13.3) so that we can use the image messages for gpt-4-v in the next PR

Test Plan:
- pytest works without errors
- WIP: Testing all relevant cookbooks
  • Loading branch information
Ryan Holinshead committed Mar 8, 2024
1 parent 7f24c40 commit 10483bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lastmile-utils==0.0.23
mock
nest_asyncio
nltk
openai >= 1.0.0, < 1.5
openai >= 1.13.3
prompt_toolkit
pybars3
pydantic>=2.1
Expand Down

0 comments on commit 10483bb

Please sign in to comment.