We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b4710 commit 69eb8ceCopy full SHA for 69eb8ce
gateway/src/refreshGenaiPrices.ts
@@ -29,7 +29,7 @@ export function refreshGenaiPrices() {
29
return
30
}
31
32
- console.debug('genai-prices data is stale')
+ console.debug('Fetching genai-prices data')
33
isFetching = true
34
35
// Note: **DO NOT** await this promise
0 commit comments