Saoud Rizwan 1 year ago
parent
commit
554c4004d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/providers/openrouter.ts

+ 1 - 1
src/api/providers/openrouter.ts

@@ -117,7 +117,7 @@ export class OpenRouterHandler implements ApiHandler {
 			// }
 		}
 
-		await delay(300) // FIXME: necessary delay to ensure generation endpoint is ready
+		await delay(500) // FIXME: necessary delay to ensure generation endpoint is ready
 
 		try {
 			const response = await axios.get(`https://openrouter.ai/api/v1/generation?id=${genId}`, {