Skip to content

Commit 957b8d9

Browse files
committed
revert: per-model disableTimeout implementation; remove flag from gpt-5-pro model entry (server-side timeouts). Prep for background mode approach.
1 parent 373fbc9 commit 957b8d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/types/src/providers/openai.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const openAiNativeModels = {
5050
"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.",
5151
supportsVerbosity: true,
5252
supportsTemperature: false,
53-
disableTimeout: true,
5453
},
5554
"gpt-5-mini-2025-08-07": {
5655
maxTokens: 128000,

0 commit comments

Comments
 (0)