Make the model display name the same as the model name
Opened this issue · 1 comments
sharunkumar commented
For example, in groq, llama-3.1-70b-versatile
is called Llama 3.1 70B
in the dropdown menu, which could easily be confused with the other llama 70b models provided by groq. Naming it with the same name as the model name would make it more concise
To Reproduce
Steps to reproduce the behavior:
- Make sure Groq API key is set
- Click the Settings button
- Select Groq as the provider
- Open the Chat Models Drop Down
Expected behavior
The display name of the models should be the same as the models itself
sharunkumar commented
I can work on a pr that addresses this, if it is good to go