Update utils.ts

This commit is contained in:
LaskyJ 2025-03-27 12:52:25 -05:00 committed by GitHub
parent 2509495cdc
commit 6d69494e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -304,7 +304,8 @@ export function getTimeoutMSByModel(model: string) {
model.startsWith("o1") ||
model.startsWith("o3") ||
model.includes("deepseek-r") ||
model.includes("-thinking")
model.includes("-thinking") ||
model.includes("pro")
)
return REQUEST_TIMEOUT_MS_FOR_THINKING;
return REQUEST_TIMEOUT_MS;