mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fixes
This commit is contained in:
parent
88908cfbbf
commit
554c4004d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue