diff --git a/src/api/providers/openrouter.ts b/src/api/providers/openrouter.ts index 913d1a769e..8e72d6554c 100644 --- a/src/api/providers/openrouter.ts +++ b/src/api/providers/openrouter.ts @@ -216,7 +216,7 @@ export class OpenRouterHandler implements ApiHandler { } } - @withRetry({ maxRetries: 3, baseDelay: 200, maxDelay: 600, retryAllErrors: true }) + @withRetry({ maxRetries: 4, baseDelay: 250, maxDelay: 1000, retryAllErrors: true }) async *fetchGenerationDetails(genId: string) { // console.log("Fetching generation details for:", genId) try {