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
Some providers are "registry" providers that have a dynamic, unknown, or extremely large list of supported models. For example, HuggingFace Hub is a good example. In this case, the returned list is just the wildcard specifier ["*"].
The %%ai list command should do a good job of rendering a long list of models in a human-readable format (i.e. not a raw list that extends all the way to the right). Furthermore, there should be some helpful messaging when a model provider is a registry provider. Perhaps each registry provider could have a help message stored as a class attribute that tells users how to discover new models.
Problem
There is no command I can run to get a list of models I can use with the
%%ai
magic command.Proposed Solution
Add a command such as
%%ai list
that lists all supported models.The text was updated successfully, but these errors were encountered: