Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

AT, gpt-5.6-sol, temperature?

May
15,047
271
Code:
v:\> ai /M="gpt-5.6-sol" "what's 2+2?"
liboai::Response::CheckResponse(): Unsupported value: 'temperature' does not support 0.200...322 with this model. Only the default (1) value is supported. (E_APIERROR:0x02)

Default model is "gpt-4o" and that works with NO command line options and when specified with /M. "gpt-5.6-sol" doesn't work regardless of whether it's configured or specified on the command line.

How do I get "gpt-5.6-sol" to work?
 
Also FTHM, in response to my "Omitting them is OK with all models?",

For the text-generation models relevant to TCC, yes: omitting temperature and top_p is fine. They are optional parameters, not required ones.
 
OpenAI breaks their APIs with every release.
That's the impression I got.

Does the help elaborate on Role? Chatgpt will (a-intelligently) interpret whatever you put there. I put this (and that's what it does). It can be overridden if I ask for more. I'll be experimenting with Role.

Normally answer with only the direct answer, without restating the question or adding explanation, examples, or suggestions. If the user asks for explanation, detail, examples, or additional information, provide it.
 
This is better. I tried /M="gpt-5.6-sol" first and then made it the default. Both were OK.
 
Back
Top