We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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.
The text was updated successfully, but these errors were encountered:
Fix is in PR (#3)
Sorry, something went wrong.
@dillera close this bad boy 👍
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Allow clients to set the model used on the back-end via SET command:
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.
The text was updated successfully, but these errors were encountered: