Open
Description
Description
On a fresh install there are no Open AI models listed any more; this is similar for Anthropic. This tripped many users:
- 🐛
chatgpt
not available anymore in2.16.0
: _"Cannot determine model provider from model ID openai-chatgpt."_ #803 - OpenAI language models do not show in the language selection dropdown #721
- Example from readme not working #746
- There seems to be a problem with the chat backend, please look at the JupyterLab server logs #508 (comment)
Yet, the Hugging Face Hub
is listed. When user selects it and attempts to use it it throws an error:
pydantic.error_wrappers.ValidationError: 1 validation error for HfHubProvider __root__ Could not import huggingface_hub python package. Please install it with `pip install huggingface_hub`. (type=value_error)
Expected behavior
- Either all models that
jupyter-ai
supports out of the box are shown or no models are shown by default or none of them are shown by default. - When a package is needed, the model is greyed out and user is prompted to install it. Ideally without restarting Jupyter server.