Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show configured models in a list or table #301

Open
philippgille opened this issue Jul 13, 2024 · 0 comments
Open

Show configured models in a list or table #301

philippgille opened this issue Jul 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@philippgille
Copy link
Contributor

I have configured various OpenAI, Groq and local Ollama models, and especially for the latter I regularly remove some and add others. Sometimes I forget the exact model name, or the alias I configured, especially when I have multiple sizes of the same model and I forget how many billion parameters a model had.

Then currently I have to mods --settings to open the YAML file, and scroll down to see the list.

I'd like to propose the introduction of a new command or flag to show the configured models in a list or table. For example a list could look like:

$ mods --list-models
 Models
   openai
     gpt-4o: "4o"
     gpt-4-turbo: "4t"
   anthropic
     claude-3-5-sonnet-20240620: "claude"
   groq
     llama3-8b-8192: "l8"
   ollama
     llama3-8b: "ll8"

With the main goal to quickly see the aliases, to then use in the next command with mods -m claude for example.

One alternative could be an interactive model selection with fuzzy search, which might alleviate the need for this model list. But that could also be an additional feature, so I'll create a separate issue for that.

@philippgille philippgille added the enhancement New feature or request label Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant