Skip to content

Commit

Permalink
chore(opentrons-ai-server): revert openai package version (#15297)
Browse files Browse the repository at this point in the history
* chore(opentrons-ai-server): revert openai package version
  • Loading branch information
koji authored May 31, 2024
1 parent b7c206c commit 8ea41d9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion opentrons-ai-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
openai = "==1.30.4"
openai = "==1.25.1"
python-dotenv = "==1.0.1"
httpx = "==0.27.0"
llama-index = "==0.10.24"
Expand Down
26 changes: 13 additions & 13 deletions opentrons-ai-server/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion opentrons-ai-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Opentrons AI application's server.

## Install a production dependency

`python -m pipenv install openai==1.30.4`
`python -m pipenv install openai==1.25.1`

## FastAPI Code Organization and Separation of Concerns

Expand Down

0 comments on commit 8ea41d9

Please sign in to comment.