Skip to content

Commit

Permalink
Fix litellm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aorwall committed Jan 20, 2025
1 parent 572853c commit 517564c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
24 changes: 10 additions & 14 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ numpy = "^1.0"
pylint = "^3.2.6"

# For LLM integrations
# TODO: Keep until litellm fully supports the computer use tool types https://github.com/BerriAI/litellm/pull/7805
litellm = { git = "https://github.com/aorwall/litellm.git", branch = "anthropic-computer-use" }
# litellm = "^1.57.8"
# !!! Use this to able to use Claude's computer use tool types https://github.com/BerriAI/litellm/pull/7805
#litellm = { git = "https://github.com/aorwall/litellm.git", branch = "anthropic-computer-use" }
litellm = "^1.59.0"

instructor = "<=1.6.3"

Expand Down

0 comments on commit 517564c

Please sign in to comment.