Skip to content

Commit 6b04892

Browse files
punkpeyemrubens
authored andcommitted
fix: remove unnecessary delay
1 parent a966ddb commit 6b04892

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/api/providers/glama.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ export class GlamaHandler implements ApiHandler {
9595
}
9696
}
9797

98-
// The usage information is only available after a few moments after the completion
99-
await delay(1000)
100-
10198
try {
10299
const response = await axios.get(`https://glama.ai/api/gateway/v1/completion-requests/${completionRequestUuid}`, {
103100
headers: {

0 commit comments

Comments
 (0)