You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specific settings sections (Language model, Embedding model, Inline completions model, API Keys) may be empty if:
the operator disabled all models of given type
user has no API keys configured and selected model does not require any
This leads to a rather confusing display of empty sections because user may expect to be able to make a choice or see an imput for API keys, but is presented with an empty dropdown or API keys empty section without any explanation.
Reproduce
jupyter lab --AiExtension.allowed_providers=''
Open chat settings
Expected behavior
The API keys section is either hidden or shows "No API keys needed for the selected models" placeholder
The model sections are hidden if no relevant model is found, or instead of a dropdown list show a placeholder like "No embedding models are configured by the system administrator" (wording to be improved) to highlight that this is not a user error and user has nothing to do other than contact the operator of the Jupyter instance if they really want such a model.
Context
2.19.0
The text was updated successfully, but these errors were encountered:
Description
Specific settings sections (Language model, Embedding model, Inline completions model, API Keys) may be empty if:
This leads to a rather confusing display of empty sections because user may expect to be able to make a choice or see an imput for API keys, but is presented with an empty dropdown or API keys empty section without any explanation.
Reproduce
jupyter lab --AiExtension.allowed_providers=''
Expected behavior
Context
2.19.0
The text was updated successfully, but these errors were encountered: