Skip to content

Commit

Permalink
quick fix for openai lib version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Nov 9, 2023
1 parent a060595 commit 90b15e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ torch = {version = "!=2.0.1,!=2.1.0", optional = true} # some versions have poe
transformers = {version = "*", optional = true}
tiktoken = {version = "*", optional = true}
safetensors = {version = "!=0.3.2", optional = true} # version 0.3.2 has poetry issues
openai = {version = "*", optional = true}
openai = {version = "^0", optional = true}
pyyaml = {version = "*", optional = true}

[tool.poetry.extras]
Expand Down

0 comments on commit 90b15e0

Please sign in to comment.