mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
fix(qoder): increase timeouts for reasoning models and improve stream handling
This commit is contained in:
@@ -101,6 +101,9 @@ export const PROVIDERS = {
|
||||
baseUrl: "https://api3.qoder.sh/algo/api/v2/service/pro/sse/agent_chat_generation",
|
||||
format: "openai",
|
||||
headers: {},
|
||||
// Reasoning models think long before first byte; raise both timeouts.
|
||||
timeoutMs: 120000,
|
||||
stallTimeoutMs: 120000,
|
||||
},
|
||||
antigravity: {
|
||||
baseUrls: [
|
||||
|
||||
Reference in New Issue
Block a user