-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'd like to use the gpt-4o-search-preview
model but I get this error when calling the API:
ERROR openai API request error.
error, status code: 400, status: 400 Bad Request, message: Model incompatible request arguments supplied: temperature, top_p
Describe the solution you'd like
An option to turn off temperature
and topp
arguments completely.
Describe alternatives you've considered
Removing these parameters from mods.yml
. Didn't work.
Additional context
Implementing the Responses API after sashabaranov/go-openai#956 is closed would make the usage of web search much better.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request