Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

> If Jupyter Chat and Jupyter AI are both installed, have Jupyter AI's chat agent respond in the Jupyter Chat interface instead of in its own chat interface. Curious of...

I guess it would also be fine to have it as a custom model provider in a separate package, if we don't want to maintain it here in this repo.

Thanks @dlqqq and @lalanikarim! Yeah I'll try to finish the PR soon. It was originally opened early to see if there was interest to have built-in support for Ollama in...

> @jtpio I am wondering if it would make sense to provide model name in a free form text field for Ollama models and to require %%ai magic code to...

I'll try to finish this PR soon, and provide a way to configure the list of models (+ docs).

Thanks @srdas for the heads-up :+1: Looks like #868 lists more models, so we could continue with this PR instead of this one. But it would still be interesting for...

@dlqqq ok done with the rebase and the update of the list of models. This PR should indeed already be useful to some users with the small list of models...

> We can push another commit to add some basic documentation and mention of Ollama. Done in https://github.com/jupyterlab/jupyter-ai/pull/646/commits/0dbcc871de682eb89f176b16f30fea52c7be18aa

Maybe the following could be replaced by `app.shell.currentWidget`? https://github.com/jupyterlab/jupyter-ai/blob/9c69a7b851d46a66bb9664b4b906bdd7e55e984e/packages/jupyter-ai/src/selection-watcher.ts#L108 Since `currentWidget` is part of the `JupyterFrontEnd.IShell` interface: - https://jupyterlab.readthedocs.io/en/latest/api/interfaces/application.JupyterFrontEnd.IShell.html#currentWidget - https://github.com/jupyterlab/jupyterlab/blob/846a7b06b4d9ae098035987a9573258adc116b58/packages/application/src/frontend.ts#L277

Thanks @goerz for the report. Would you be able to try with the new `2.0.0` release, to see if it might fix the issue? https://github.com/jupyterlab/jupyter-collaboration/releases/tag/v2.0.0