jupyter-ai
jupyter-ai copied to clipboard
A generative AI extension for JupyterLab
## Description The left panel of the [user docs](https://jupyter-ai.readthedocs.io/en/latest/users/index.html) contains a mostly empty section, with nothing under "Section Navigation":  As of 2023-08-09, this...
## Description If a user selects a model provider without its corresponding Python dependencies installed in the same environment, the chat panel fails and shows the "There seems to be...
### Problem Open source contributors are opening PRs to add new providers to Jupyter AI. This is extremely helpful to everybody, and we greatly appreciate others taking the time to...
### Problem Users want to generate code with a generative AI model, then run it in a safer, sandboxed environment. ### Proposed Solution Give users the option to generate and...
### Problem To access our own custom trained LLM model using privatae endpoint hosted on local env.
### Problem It would be incredibly powerful if we could pass computed data frame/s as variables to the chat and ask to build specific visualizations in SVG or Vega-lite which...
Desired behavior is to get something legible. . . Content in the cell to reproduce. (See Image below). ```python %%ai -f math gpt4 write a kalman filter ```
## Description I am using the jupyter ai extension with a custom model provider as per steps in https://jupyter-ai.readthedocs.io/en/latest/users/index.html#custom-model-providers However the custom prompt template is not being used. ## Reproduce...
What about custom/private LLMs. Will there be an option to use some of longchain local features like llama.cpp?
## Description ```Could not load credentials to authenticate with AWS client. Please check that credentials in the specified profile name are valid. (type=value_error)``` ## Reproduce  ## Expected behavior ##...