jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
I cannot see the recent gpt-4o models; can the list be updated? _Originally posted by @diveshjain-phy in https://github.com/jupyterlab/jupyter-ai/issues/590#issuecomment-2119144290_
## Description trying to generate an example notebook throws error: ``` Traceback (most recent call last): File "/opt/conda/lib/python3.11/site-packages/jupyter_ai/chat_handlers/base.py", line 125, in on_message await self.process_message(message) File "/opt/conda/lib/python3.11/site-packages/jupyter_ai/chat_handlers/generate.py", line 279, in process_message...
Closes https://github.com/jupyterlab/jupyter-ai/pull/708
### Problem @brichet has been working on [Jupyter Chat](https://github.com/jupyterlab/jupyter-chat), a package that contains a chat feature for Jupyter applications. It is based on the chat interface for Jupyter AI, but...
When I use %%ai chatgpt in a cell to ask a question and then ask a follow up question in the next cell, there is no memory of my first...
## Description using: https://github.com/jupyterhub/zero-to-jupyterhub-k8s chat UI doesn't appear after installing pip install jupyter_ai ## Reproduce 1. setup jupyterhub environment using https://github.com/jupyterhub/zero-to-jupyterhub-k8s 2. open jupyterhub > terminal > pip install jupyter_ai...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 23.9.1 → 24.4.2](https://github.com/psf/black/compare/23.9.1...24.4.2) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) - [github.com/sirosen/check-jsonschema: 0.27.0 →...
Add Ollama
Fixes #482 Ollama seems to be getting popular for running models locally, and looks like it would be good to have in Jupyter AI by default. - [x] Add `OllamaProvider`...
> @krassowski Will it also be better if we can set something like `default_completion_model` and `default_chat_model` when running `jupyter lab --config` using config.json? > Previously, we can only do something...
## Description Attempting to install Jupyter AI on Python 3.12 is not supported, even though our recipe on `conda-forge` merely stipulates `python >=3.8`. The following error occurs when running `pip...