Commit 1e5a863
committed
fix: use catalog-marked model in Responses-API auth-failure regression test
The Responses API fallback regression test used openai/gpt-5 to exercise
the stream() method's Responses-API path. After switching routing to read
use_responses_api from the catalog, gpt-5 (the base model, which the
catalog explicitly marks use_responses_api: false) now routes to Chat
Completions and never hits the Responses-API code under test.
Switch to openai/gpt-5-pro, which the catalog marks for Responses-API
routing. The test now exercises the path it claims to cover.1 parent 421ed91 commit 1e5a863
1 file changed
Lines changed: 6 additions & 3 deletions
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | | - | |
| 140 | + | |
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| |||
0 commit comments