- 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?