jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
## 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...
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...
## 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...
### 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...
_ ### Problem ### Proposed Solution ### Additional context
## 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...
## 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...
### 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...
## 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...
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...