Open
Description
Description
Very early on in the project, each provider was intended to live in a separate AI module package, such as jupyter_ai_chatgpt
or jupyter_ai_dalle
. Of course, as the list of models we wanted to support grew rapidly, we found this to be too difficult to sustain, and decided that the core jupyter_ai
package should, by default, provide all the language models we determined to be usable and compatible with Jupyter AI.
There are 4 old packages:
- PyPi:
jupyter_ai_chatgpt
jupyter_ai_dalle
- NPM:
@jupyter-ai/chatgpt
@jupyter-ai/dalle
Next steps
- Deprecate old packages on PyPi
- Deprecate old packages on NPM
- Hide old packages from the extension manager