mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
revert: per-model disableTimeout implementation; remove flag from gpt-5-pro model entry (server-side timeouts). Prep for background mode approach.
This commit is contained in:
parent
9ecd7bb1ec
commit
d73bdf36d7
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ export const openAiNativeModels = {
|
|||
"GPT-5 Pro: a slow, reasoning-focused model built to tackle tough problems. Requests can take several minutes to finish. Responses API only; no streaming, so it may appear stuck until the reply is ready.",
|
||||
supportsVerbosity: true,
|
||||
supportsTemperature: false,
|
||||
disableTimeout: true,
|
||||
},
|
||||
"gpt-5.1-codex": {
|
||||
maxTokens: 128000,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue