You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use OpenAI o1 to power my agent but it fails with the following errors in obot server:
[server] time="2025-01-06T15:01:42-08:00" level=info msg="Handled request: method POST, path /run" id=dcba5071-273b-44e4-b237-93ee4dc39a07
[server] 2025/01/06 15:01:42 ERROR sendRequestStream failed due to non-retriable statuscode code=400 status="400 Bad Request" tries=1 maxTries=6 failures="#1/6 error response received: error, status code: 400, message: Unsupported parameter: 'temperature' is not supported with this model.; exiting due to non-retriable error in try #1/6: 400 400 Bad Request"
[server] time="2025-01-06T15:01:42-08:00" level=info msg="Handled request: method POST, path /evaluate" id=81e0d164-fd56-496f-a3ba-00720245509b
[server] time="2025-01-06T15:01:42-08:00" level=error msg="failed to save state: failed to run: failed calling model for completion: request failed on non-retriable status-code: 400 400 Bad Request
failed to run: failed calling model for completion: request failed on non-retriable status-code: 400 400 Bad Request" logger=8/pkg/invoke
[server] time="2025-01-06T15:01:42-08:00" level=error msg="run failed: failed to run: failed calling model for completion: request failed on non-retriable status-code: 400 400 Bad Request
failed to run: failed calling model for completion: request failed on non-retriable status-code: 400 400 Bad Request" logger=8/pkg/invoke
The text was updated successfully, but these errors were encountered:
I want to use OpenAI o1 to power my agent but it fails with the following errors in obot server:
The text was updated successfully, but these errors were encountered: