Joshua Bronson
Joshua Bronson
If https://github.com/conda/conda-build/issues/5489 is ever implemented, the answer to this issue will be "yes".
I just left a relevant [comment in a related issue](https://github.com/jupyterlab/jupyter-ai/issues/953#issuecomment-2310536934) (context: this should also work with a config file outside the home directory for interoperability with JupyterHub on Kubernetes). Excerpting...
No, it's fine for users to be able to view the config file (including tokens). The goal is to have all default config that I provide living outside users' home...
If this isn't currently supported, is there a workaround you'd suggest? E.g. some way to pass a CLI param to specify a custom path where jupyter-ai should look for its...
`/etc/jupyter` does appear in `jupyter --paths`, and the container user does have read access to `/etc/jupyter/jupyter_jupyter_ai_config.json`. However, when I move `$HOME/.local/share/jupyter/jupyter_ai/config.json` to `/etc/jupyter/jupyter_jupyter_ai_config.json`, the AI extension no longer picks up...
Thanks @krassowski, I thought that might be the case. Here is my working config.json: ``` (base) jovyan@6a1f0f3964bf:~$ cat ~/.local/share/jupyter/jupyter_ai/config.json { "model_provider_id": "openai-chat:dls-gpt-4o", "embeddings_provider_id": null, "send_with_shift_enter": false, "fields": { "openai-chat:dls-gpt-4o": {...
Thank you for the warning about using `config.json`. I would switch to `jupyter_jupyter_ai_config.json`, but it appears that it does not support all the settings that are required in order for...
> Yes and not. I do think that some settings like the current provider/model should be configured via JupyterLab configuration system (which then feeds into overrides.json). However, the API keys...
Thanks. I'm still having trouble getting this to work, but the trick you shared helped me get farther: I figured out that if I replace the `~/.local/share/jupyter/config.json` that [I shared...
We are seeing a spurious error logged not just for mistral, but for 3 other model providers as well: ``` [E 2024-11-25 13:49:05.361 AiExtension] Unable to load embeddings model provider...