Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrades openai to version 1, removes openai history in magics #551

Merged
merged 12 commits into from
Jan 5, 2024
Next Next commit
Upgrades openai versions
  • Loading branch information
JasonWeill committed Jan 4, 2024
commit 807b9aa78757a14683751d765d3e10824aa195ca
2 changes: 1 addition & 1 deletion packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"jupyter_server>=1.6,<3",
"jupyterlab~=4.0",
"openai~=0.26",
"openai~=1.6.1",
JasonWeill marked this conversation as resolved.
Show resolved Hide resolved
"aiosqlite>=0.18",
"importlib_metadata>=5.2.0",
"langchain==0.0.350",
Expand Down