jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

Chat UI help for Hugging Face Hub provides misleading info for local model ID

Open JasonWeill opened this issue 1 year ago • 0 comments
trafficstars

Description

When selecting Hugging Face Hub as the language model in the chat UI settings, the help text below the "Local model ID" input box is inaccurate. huggingface_hub: is required for magic commands, not for local model IDs in the chat UI.

See https://huggingface.co/models for a list of models. Pass a model's repository ID as the model ID; for example, huggingface_hub:ExampleOwner/example-model.

image

Expected behavior

The suggested input for Hugging Face Hub should not be prefixed with huggingface_hub: in the chat UI settings window.

Context

  • JupyterLab version: 4.0.10
  • Jupyter AI version: 2.9.0

JasonWeill avatar Jan 12 '24 01:01 JasonWeill