jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
## Description Chat crashes with `openai.APIConnectionError: Connection error` when configured through CLI default language model but works when set manually via UI. ## Steps to reproduce 1. Start jupyter ```bash...
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.8.0 → 24.10.0](https://github.com/psf/black/compare/24.8.0...24.10.0)
Fixes #1001 @krassowski please check if the edits are correct
### Problem/Solution It has been great to see Ollama added as a first-class option in https://github.com/jupyterlab/jupyter-ai/pull/646, this has made it easy to access a huge variety of models and has...
Meta released Llama 3.2 models : https://aws.amazon.com/bedrock/llama/ These are included in Bedrock : https://aws.amazon.com/blogs/aws/introducing-llama-3-2-models-from-meta-in-amazon-bedrock-a-new-generation-of-multimodal-vision-and-lightweight-models/ These models are added: Meta Llama 3.2 1B Instruct 1.x meta.llama3-2-1b-instruct-v1:0 Meta Llama 3.2 3B Instruct...
This draft PR proposes a new feature enabling the use of custom tools (functions) with LLMs. Lots of work to do here and see the end of this note for...
I have built a container and installed the Jupyter and Jupyter AI plugins. Now, I want to configure the default large language model, model base url, and api key during...
It looks like we need to access it from `BaseProvider`, not from self.
## Description If I've typed some text into the chat UI's input box, then I open the settings, then I close the settings with the ⬅️ button, the chat UI's...
### Problem Langchain 0.3 has been released since 16 Sep. https://python.langchain.com/docs/versions/v0_3/ This one might involve some migration to support. Changes are mainly regarding migrating stuff to pydantic v2. ### Proposed...