jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
### Problem There is no help message in JAI v3 yet. ### Proposed Solution Use https://github.com/jupyterlab/jupyter-chat/pull/221 to provide a custom help message that describes how to use Jupyter AI v3.
## Description Post processing is not properly working for many coder LLM like Qwen2.5-Coder-32B or Codestral 32B. Completions include multiple code blocks. ## Reproduce 1. Enable the inline completions 2....
When a query is deleted there is an unintended response from the LLM, the steps to reproduce are as follows:  (ignore the content of the response, I am using...
## Description In Jupyter AI v2, the AI settings were easy to find at the top of each chat. In the current v2 alpha, a user has to go to...
## Description Code attached from the cell has no code highlighting in the chat window. ## Reproduce 1. Send message with code attached from an active cell to the chat...
### Problem Jupyternaut should provide capabilities of Jupyter AI available in v2. ### Proposed Solution - Add tool for RAG, learning files & querying learned files - Add tool for...
### Problem I would like to use jupyter-ai in my classroom Jupyterhub without asking students to manually configure API keys. Environmental variables are a commonly used in Jupyterhub and elsewhere...
### Problem The `ConfigManager` has caused several bugs for Jupyter AI users in the past. ### Proposed Solution - Remove the "config schema" feature in `ConfigManager`, which is largely unused....
### Problem As @JGuinegagne called out in #1324, we should clean up server logging prior to v3. ### Proposed Solution Ensure logs are readable and not excessively verbose.