Issue with Automatic Title Generation for o3-mini Agent #6768
Unanswered
xmokay
asked this question in
Troubleshooting
Replies: 1 comment
-
Temperature is set when using titles: 2025-04-07T13:17:35.173Z debug: Making request to https://api.openai.com/v1/chat/completions
2025-04-07T13:17:35.330Z warn: [OpenAIClient.chatCompletion][create] API error
2025-04-07T13:17:35.331Z error
2025-04-07T13:17:35.331Z error: [OpenAIClient.chatCompletion] Unhandled error type Error: 400 Unsupported parameter: 'temperature' is not supported with this model.
2025-04-07T13:17:35.331Z error: [OpenAIClient] There was an issue generating the title with the completion method Error: 400 Unsupported parameter: 'temperature' is not supported wit... [truncated] I'll look into this, but you can set the title model in the endpoints:
openAI:
titleModel: "gpt-4o-mini" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When creating an agent and selecting the "o3-mini" model, the system does not automatically generate a title. However, when using the "gpt-4o-mini" model, the title is generated correctly without any issues.
Version Information
git rev-parse HEAD
175cfe8
Steps to Reproduce
What browsers are you seeing the problem on?
Chrome
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions