We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feabfc1 commit cbe2d7dCopy full SHA for cbe2d7d
app/utils.ts
@@ -306,7 +306,13 @@ export function getTimeoutMSByModel(model: string) {
306
model.startsWith("o1") ||
307
model.startsWith("o3") ||
308
model.includes("deepseek-r") ||
309
- model.includes("-thinking")
+ model.includes("-thinking")||
310
+ model.includes("deepseek-r1")||
311
+ model.includes("deepseek-reasoner")||
312
+ model.includes("hunyuan-t1-latest")||
313
+ model.includes("qwq")||
314
+ model.startsWith("qwq")
315
+
316
)
317
return REQUEST_TIMEOUT_MS_FOR_THINKING;
318
return REQUEST_TIMEOUT_MS;
0 commit comments