Skip to content

Support 'set model' in client #1

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

Open
dillera opened this issue Apr 10, 2025 · 2 comments
Open

Support 'set model' in client #1

dillera opened this issue Apr 10, 2025 · 2 comments

Comments

@dillera
Copy link
Contributor

dillera commented Apr 10, 2025

Allow clients to set the model used on the back-end via SET command:

set model gemini-3-ad-free
set model dall-e-3
set model gpt-4o

set model local-model
 

Those are just a few examples- but the idea is allow a string say up to 40 char to be added in for the model name.

The server as it parses the tokens will then switch API calls to various models based on the name 'set' from the client.

@dillera dillera changed the title support set model in client Support 'set model' in client Apr 11, 2025
@brad-colbert
Copy link
Contributor

Fix is in PR (#3)

@brad-colbert
Copy link
Contributor

@dillera close this bad boy 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants