Skip to content

Commit

Permalink
⬆️ v0.0.9 - modular LLMs + update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Aug 2, 2023
1 parent f11e853 commit 977252a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 48 deletions.
91 changes: 46 additions & 45 deletions poetry.lock

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

7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codeinterpreterapi"
version = "0.0.8"
version = "0.0.9"
description = "CodeInterpreterAPI is an unofficial and open source python interface for the ChatGPT CodeInterpreter."
authors = ["Shroominic <contact@shroominic.com>"]
readme = "README.md"
Expand All @@ -10,10 +10,11 @@ license = "MIT"
python = ">=3.9,<3.9.7 || >3.9.7,<4.0"
python-dotenv = "^1.0.0"
openai = "^0.27.8"
langchain = "^0.0.232"
codeboxapi = "^0.0.11"
langchain = "^0.0.242"
codeboxapi = "^0.0.13"

[tool.poetry.extras]
all = ["jupyter-kernel-gateway", "streamlit", "Pillow"]
localbox = ["jupyter-kernel-gateway"]
frontend = ["streamlit"]
image_support = ["Pillow"]
Expand Down

0 comments on commit 977252a

Please sign in to comment.