jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
## Description `persona` and `unsupported_slash_commands` class attribute for custom provider does not affect any behavior. I see no name changed and `unsupported_slash_commands` in not filtered out. ## Reproduce ``` class...
## Description The command `/generate` tries to use the LLM's response to determine the file name. This doesn't work with thinking models because the first token is ``. The LLM's...
Testing the Jupyter AI 3.0.0.a0 prerelease and the behavior of deleting messages. ## Description There are a couple of issues in how chat works when you delete messages. First, create...
### Problem In Jupyter AI v1 & v2, our team was heavily focused on moving quickly & adding new features that users wanted. This was great, but some of these...
### Problem In Jupyter AI v3, we are exploring ways to introduce multiple AI agents into the chat. To do this, we need to define the data representation of an...
### Problem The project is missing a top-level `RELEASE.md` file that gives contributors instructions on how to publish a new release. ### Proposed Solution Add it. ### Additional context Requested...
- The API keys set on the UI need to be set again in the kernel for `%ai` magics to work - There is a larger interest in having a...
## Description Some users are encountering an error when opening the Chat UI, which is difficult to reproduce because the UI does not include any information regarding the error. ##...
### Problem Right now, `/learn` is limited to learning local files. It would be nice if we removed the need for locally downloading knowledge data and instead implemented support for...
### Problem Per https://devguide.python.org/versions/, on 2024-10-07, Python 3.13 was officially released, and Python 3.8 is now end of life (EOL). The documentation mentions 3.8 but does not mention 3.12. ###...