[Feature Request] Option to Hide OpenAI Models
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12.5k
- Forks
- 998
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 10
Description
Running llm models lists the following models:
OpenAI Chat: gpt-4o (aliases: 4o)
OpenAI Chat: gpt-4o-mini (aliases: 4o-mini)
OpenAI Chat: gpt-4o-audio-preview
[ continued.. ]
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"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the llm models command and trace how it gathers and displays the model list. Determine how an option to hide OpenAI models should be configured and applied, then verify that the command omits those models while retaining other providers. The issue's existing grep -v "^OpenAI" example defines the intended visible output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai, cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100