jupyterlite / jupyterlab-codestral

AI code completions and chat for JupyterLab, Notebook 7 and JupyterLite, powered by MistralAI ✨
http://jupyterlite.github.io/jupyterlab-codestral/
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Dynamic settings for providers #14

Open brichet opened 2 days ago

brichet commented 2 days ago

Create provider settings at build time and update the settings list dynamically. The JSON schema is created from the typescript interface of the chat provider.

Peek 2024-11-04 16-25

It needs https://github.com/jupyterlab/jupyterlab/pull/16907 to works properly (live update).

It works for Mistral AI, not sure yet about other providers.

jtpio commented 1 day ago

Nice, thanks @brichet!

It needs jupyterlab/jupyterlab#16907 to works properly (live update).

Looks like this PR will go be available in 4.4.0, so there will likely be some delay before it is available in JupyterLite.