jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
### 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...
**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...
**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",...
- 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...
## Description New line is stripped out if model returns ~~~ ``` ~~~ prefix. ## Reproduce 1. Write comment like `# load json file` 2. See suggestion gets applied like:...
## 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...
### 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...
Hi I am not able to see the AZURE providers model sin the dropdown list . Can you tell me why?
## 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,...
## 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...