jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

A generative AI extension for JupyterLab

Results 319 jupyter-ai issues
Sort by recently updated
recently updated
newest added
trafficstars

### Problem Streaming in chat is great! It allows me to start reading the response before it is fully generated. However, when I see that the model goes in the...

enhancement

**Description:** We are using Amazon Bedrock Chat models as completion models within the jupyter-ai extension. The `profile_name` field in the UI appears to be ignored when we try to set...

bug

**Description:** When trying to use a SageMaker Endpoint as the completion model in the jupyter-ai chat UI, we encounter the following error: ```python Traceback (most recent call last): File "/home/ubuntu/miniconda/lib/python3.10/site-packages/jupyter_ai/chat_handlers/base.py",...

bug

- jupyter-ai: 2.23.0 - ollama3.1 working without issue - mxbai-embed-large curl on jupyter terminal working without issue When running `/learn` command, I am seeing that jupyter ai chat UI calling...

bug

## Description New line is stripped out if model returns ~~~ ``` ~~~ prefix. ## Reproduce 1. Write comment like `# load json file` 2. See suggestion gets applied like:...

bug
good first issue

## Description We are getting the path from session, but the session may be disposed after restarting server. ## Reproduce https://github.com/jupyterlab/jupyter-ai/blob/fcb2d7111f35e363f76afd28aea581500aad89e9/packages/jupyter-ai/src/completions/provider.ts#L106 ## Expected behavior Inline completion path is available when...

bug

### Problem A user writes, > I'm really digging how AI chat interfaces automatically use an LLM to name your chats in the sidebar. Is there anything like that for...

enhancement

Hi I am not able to see the AZURE providers model sin the dropdown list . Can you tell me why?

bug

## Description I've been using the /generate command to create Jupyter notebooks from text prompts, but it seems to be generating filenames that contain colons (:). This is causing issues,...

bug

## Description Error thrown when trying to invoke the new openai o1 model series: ```BadRequestError: Error code: 400 - {'error': {'message': "Unsupported value: 'temperature' does not support 0.7 with this...

bug