mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
fix: remove unnecessary delay
This commit is contained in:
parent
a966ddb2ee
commit
6b048923c6
1 changed files with 0 additions and 3 deletions
|
|
@ -95,9 +95,6 @@ export class GlamaHandler implements ApiHandler {
|
|||
}
|
||||
}
|
||||
|
||||
// The usage information is only available after a few moments after the completion
|
||||
await delay(1000)
|
||||
|
||||
try {
|
||||
const response = await axios.get(`https://glama.ai/api/gateway/v1/completion-requests/${completionRequestUuid}`, {
|
||||
headers: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue