-
Notifications
You must be signed in to change notification settings - Fork 230
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
Enchancement - Add Group Folder/Button to models in bot #63
Comments
Hello, I don't think adding too many environment variables is a good idea. I cannot accept adding so many environment variables just to meet this one requirement. I hope there is a better way. |
than we can add in Environment only 1 variable with Environment="GROUP_MODELS_PATH=\path\to\groups.yaml" and - group: group-1
button_name: openai
models:
- gpt-3.5-turbo
- gtp-4o-mini
- ***
- group: group-2
button_name: meta
models:
- llama-3.1-7b
- llama-3.2-80b
- ***
- group: group-3
button_name: gemini
models:
- gemini-1.5-flash
- gemini-1.5-pro
- *** |
also, I think it might be a good idea to also move such variables from Environments to separate configuration files :
maybe you could even move all variables from Environments to separate configuration files, but i don't know if it also good idea |
I need to carefully consider this feature and think of a more elegant way. Your customization requirements are too high and don't quite align with the out-of-the-box concept of this project. I need to find a balance. Once it's done, I will notify you here.I need to carefully consider this feature and think of a more elegant way. Your customization requirements are too high and don't quite align with the out-of-the-box concept of this project. I need to find a balance. Once it's done, I will notify you here. |
by default this variable and this |
Problem - When you use in bot many different providers with many different models - it is very hard to find needed one without sorting and filtering from one shared big list of models.
Enchancement - i think it could be good idea to add ability to group models in bot by your choice with environment variables.
So when you click on "/info - change model" - you will see not one shared list of all models - but several buttons with group names. and when you click button - than you see list of models only from that group.
for example you may group models by provider name (openrouter, grok, google, others), or by models family (gemini, llama, chatgpt, others) or by any another way.
for it purpose you can add some variables in environment like:
The text was updated successfully, but these errors were encountered: