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 0a6fda5 commit 9a958f1Copy full SHA for 9a958f1
gateway/src/refreshGenaiPrices.ts
@@ -20,7 +20,7 @@ export function refreshGenaiPrices() {
20
console.debug('genai prices local storage data is fresh')
21
return
22
} else {
23
- console.debug('genai prices local storage data is stale, attempting to fetch remote data')
+ console.debug('genai prices in-memory cache is stale, attempting to fetch remote data')
24
}
25
26
0 commit comments