Skip to content

Commit

Permalink
MTLLM breaks with older openai versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanaka-98 committed Dec 19, 2024
1 parent 44ed182 commit 48760d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jac-mtllm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["llm", "jaclang", "jaseci", "mtllm"]
[tool.poetry.dependencies]
jaclang = "~0.7.25"
loguru = "~0.7.2"
openai = { version = "~1.30.4", optional = true }
openai = { version = "~1.58.1", optional = true }
anthropic = { version = "~0.26.1", optional = true }
ollama = { version = "~0.2.0", optional = true }
together = { version = "~1.2.0", optional = true }
Expand Down

0 comments on commit 48760d8

Please sign in to comment.