mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-08 10:13:42 +08:00
support bytedance api start with "bot-" (with internet ability)
This commit is contained in:
@@ -304,7 +304,9 @@ export function getTimeoutMSByModel(model: string) {
|
||||
model.startsWith("o1") ||
|
||||
model.startsWith("o3") ||
|
||||
model.includes("deepseek-r") ||
|
||||
model.includes("-thinking")
|
||||
model.includes("-thinking") ||
|
||||
model.startsWith("ep-") ||
|
||||
model.startsWith("bot-")
|
||||
)
|
||||
return REQUEST_TIMEOUT_MS_FOR_THINKING;
|
||||
return REQUEST_TIMEOUT_MS;
|
||||
|
||||
Reference in New Issue
Block a user