Skip to content

Commit

Permalink
Fix openai version (#622)
Browse files Browse the repository at this point in the history
fix openai version

Co-authored-by: Abhinav Naikawadi <abhinavn@Abhinavs-MBP.attlocal.net>
  • Loading branch information
Abhinav-Naikawadi and Abhinav Naikawadi authored Nov 7, 2023
1 parent f8ee551 commit 2e43578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dev = [
"pre-commit"
]
openai = [
"openai >= 0.27.4",
"openai == 0.27.4",
"tiktoken >= 0.3.3"
]
anthropic = [
Expand All @@ -86,7 +86,7 @@ all = [
"pytest-asyncio",
"pytest-mock",
"pre-commit",
"openai >= 0.27.4",
"openai == 0.27.4",
"tiktoken >= 0.3.3",
"anthropic == 0.3.0",
"transformers >= 4.25.0",
Expand Down

0 comments on commit 2e43578

Please sign in to comment.