Commit c8e6e81
fix(news): drop unsupported temperature from summarize (gpt-5.x 400)
The /news article summarize call sent temperature: 0.3, which gpt-5.x reasoning
models reject ('Only the default (1) value is supported') -> 400. Remove it, same
as the finance report fix. Update the test to assert no temperature is sent.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6f9f18c commit c8e6e81
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
477 | 476 | | |
478 | 477 | | |
479 | 478 | | |
480 | 479 | | |
481 | 480 | | |
| 481 | + | |
| 482 | + | |
482 | 483 | | |
483 | 484 | | |
484 | 485 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments