Skip to content

Commit 694b60d

Browse files
committed
CodeLlama improvements, Azure support, rate limit fix
1 parent 2eaeb14 commit 694b60d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "open-interpreter"
33
packages = [
44
{include = "interpreter"},
55
]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
description = "Let language models run code locally."
88
authors = ["Killian Lucas <killian@drinkwater.ai>"]
99
readme = "README.md"
@@ -15,7 +15,7 @@ rich = "^13.4.2"
1515
tiktoken = "^0.4.0"
1616
astor = "^0.8.1"
1717
git-python = "^1.0.3"
18-
tokentrim = "^0.1.2"
18+
tokentrim = "^0.1.9"
1919
appdirs = "^1.4.4"
2020
six = "^1.16.0"
2121

0 commit comments

Comments
 (0)