fix: remove unnecessary delay

This commit is contained in:
Frank
2025-01-05 14:24:51 -06:00
committed by Matt Rubens
parent a966ddb2ee
commit 6b048923c6

View File

@@ -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 { try {
const response = await axios.get(`https://glama.ai/api/gateway/v1/completion-requests/${completionRequestUuid}`, { const response = await axios.get(`https://glama.ai/api/gateway/v1/completion-requests/${completionRequestUuid}`, {
headers: { headers: {