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

A generative AI extension for JupyterLab

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

## Description I am using Azure OpenAI models and the option to choose a completion model is grayed out. How can I get Jupyter AI to allow me to do...

bug

Hello, I was previously working on configuring a custom model for jupyter-ai and came across an issue where there was a feature mentioned. This feature allows a button to pop...

enhancement

## Description I have tried to use the package behind a corporate proxy but it doesn't seem to respect HTTP_PROXY or HTTPS_PROXY env variables. Currently get a 403 for usage...

bug

### Problem Users have to provide API key credentials redundantly for the chat UI and for magic commands. ### Proposed Solution In the chat UI, pull API key credentials from...

enhancement
scope:magics
scope:chat-ux

_ ### Problem ### Proposed Solution ### Additional context

enhancement

## Description code: %%ai chatgpt hello How to specify the base API URL ## Reproduce 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See...

bug

## Description Jupyternaut fails when trying to use NVIDIA::playground_llama2_70b (and other models from NVIDIA) with: ``` ValueError: Model meta/llama2-70b is incompatible with client ChatNVIDIAProvider. Please check `ChatNVIDIAProvider.get_available_models()`. ``` When suggested...

bug

### Problem - I want to allow-list 3 providers and nothing more - I want jupyter server to start up quickly - but currently an attempt to import each and...

enhancement

## Description I'm trying to use OpenAI GPT4 and struggle a bit with configuration. I'm using openai and have an environment variable configured. Hence, I do not need to configure...

bug

The chat interface does not permit the user to pass in a temperature parameter to be used with the LLM. Nor does it reveal what the default temperature parameter is...

enhancement