Skip to content

Commit

Permalink
Pin LiteLLM version (#87)
Browse files Browse the repository at this point in the history
* Pin LiteLLM version

* bump version
  • Loading branch information
ProKil authored Jun 2, 2024
1 parent 184d1ca commit b7b581f
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sotopia"
version = "0.0.6"
version = "0.0.8"
description = "A platform for simulating and evaluating social interaction."
authors = ["Hao Zhu <[email protected]>"]
license = "MIT License"
Expand All @@ -24,7 +24,7 @@ together = "^0.2.4"
pydantic = "1.10.12"
beartype = "^0.14.0"
langchain-openai = "^0.0.5"
litellm = "^1.23.12"
litellm = "~1.23.12"

# dependency versions for extras
fastapi = { version = "^0.109.2", optional = true }
Expand Down

0 comments on commit b7b581f

Please sign in to comment.