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
For my use case, I'm not interested in using the OpenAI API. So, I would like a way to hide these OpenAI models since it just adds visual clutter for me. Right now I'm doing the following to hide these models
llm models | grep -v "^OpenAI"
The text was updated successfully, but these errors were encountered:
jason-riddle
changed the title
[Feature Request] Hide OpenAI Models
[Feature Request] Option to Hide OpenAI Models
Jan 27, 2025
I guess the reason for this is that the openai model support is part of the default plug-in bundled with llm.
While you could patch locally and add a --no-open-ai param to skip the part registering openai models, I'd guess one possible solution would be extracting the current default plug-in into separate openai and openai-extra plugins.
Running
llm models
lists the following models:For my use case, I'm not interested in using the OpenAI API. So, I would like a way to hide these OpenAI models since it just adds visual clutter for me. Right now I'm doing the following to hide these models
The text was updated successfully, but these errors were encountered: