Commit 9488f88
Fix reasoning_effort error for GPT-5.1/5.2 models in local mode (#317)
GPT-5.1 and GPT-5.2 reject reasoning_effort: "minimal" with error:
"Unsupported value: 'reasoning_effort' does not support 'minimal'".
Set reasoning_effort to "low" for these models to avoid the error.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8e7b1d1 commit 9488f88
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
| |||
0 commit comments