8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
temperature
topp
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
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:
gpt-4o-search-preview
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.
mods.yml
Additional context
Implementing the Responses API after sashabaranov/go-openai#956 is closed would make the usage of web search much better.
The text was updated successfully, but these errors were encountered:
#486 should handle this better I think
Sorry, something went wrong.
clarifying: in there we are updating to the official openai lib, which should help fixing this.
That's awesome, thanks! :)
No branches or pull requests
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:Describe the solution you'd like
An option to turn off
temperature
andtopp
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.
The text was updated successfully, but these errors were encountered: