From 6b048923c6f979a162bac195690b941b6b85bf5e Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 5 Jan 2025 14:24:51 -0600 Subject: [PATCH] fix: remove unnecessary delay --- src/api/providers/glama.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/api/providers/glama.ts b/src/api/providers/glama.ts index 4be1291..381c3bf 100644 --- a/src/api/providers/glama.ts +++ b/src/api/providers/glama.ts @@ -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: {