-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
[Bug]can't use a model that specifies a default for direct conversations #5166
Comments
👀 @cai417 Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
Hey there, @cai417! I'm here to help you with any bugs, questions, or contributions you might have. Let's squash this bug together! There are a couple of similar issues that might be relevant to your problem:
To address your specific issue of needing to manually select a model despite setting a default, ensure that your Docker Compose configuration correctly specifies the default model and that all necessary environment variables are set. Double-check that the API keys and any proxy settings are correctly configured and not commented out. If the problem persists, consider reviewing the timeout settings or any logs for additional clues. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
The configuration is correct because I can have a normal conversation, the problem is that I need to click on the model before the conversation, otherwise there will be an error |
you need to set DEFAULT_AGENT_CONFIG . please check docs and discussion |
✅ @cai417 This issue is closed, If you have any questions, you can comment and reply. |
qwen. Lowercase |
📦 Environment
Docker
📌 Version
v1.36.13
💻 Operating System
Other Linux
🌐 Browser
Edge
🐛 Bug Description
My profile reads as follows,After using docker compose up to start the service,I can't have a conversation directly, I need to manually select the model before I can have a conversation
If I don't click on the model, I get an error like this
When I click on the model, I can only have a normal conversation
The desired effect is that you can talk directly after setting the default model in the configuration file, rather than selecting the model to talk
I tried to add configuration to the config file to fix this issue, the config file reads as follows, but the problem still doesn't work
After using docker compose up to start the service, the following error occurs when talking on the front-end page
It is still only available after clicking on the model,How can such a problem be solved
📷 Recurrence Steps
No response
🚦 Expected Behavior
No response
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: