Skip to content

Commit

Permalink
Incremented version, updated litellm
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Oct 11, 2023
1 parent e397265 commit 9890b12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 @@ -3,7 +3,7 @@ name = "open-interpreter"
packages = [
{include = "interpreter"},
]
version = "0.1.7"
version = "0.1.8"
description = "Let language models run code locally."
authors = ["Killian Lucas <[email protected]>"]
readme = "README.md"
Expand All @@ -25,11 +25,11 @@ python-dotenv = "^1.0.0"
inquirer = "^3.1.3"
wget = "^3.2"
huggingface-hub = "^0.17.3"
litellm = "^0.1.590"
litellm = "^0.7.5"
pyyaml = "^6.0.1"
semgrep = "^1.41.0"
yaspin = "^3.0.1"
ooba = "*"
ooba = "^0.0.21"
[tool.poetry.dependencies.pyreadline3]
version = "^3.4.1"
markers = "sys_platform == 'win32'"
Expand Down

0 comments on commit 9890b12

Please sign in to comment.