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:
Hannes Rudolph 2025-10-10 15:28:08 -06:00
parent 9ecd7bb1ec
commit d73bdf36d7

View file

@ -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,