This commit is contained in:
Saoud Rizwan
2024-10-08 18:08:42 -04:00
parent 88908cfbbf
commit 554c4004d3

View File

@@ -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}`, {