Initial commit: restructure to flat layout with ui/ and web/ at root
This commit is contained in:
24
web/server/lib/quota/index.js
Normal file
24
web/server/lib/quota/index.js
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* Quota module
|
||||
*
|
||||
* Provides quota usage tracking for various AI provider services.
|
||||
* @module quota
|
||||
*/
|
||||
|
||||
export {
|
||||
listConfiguredQuotaProviders,
|
||||
fetchQuotaForProvider,
|
||||
fetchClaudeQuota,
|
||||
fetchOpenaiQuota,
|
||||
fetchGoogleQuota,
|
||||
fetchCodexQuota,
|
||||
fetchCopilotQuota,
|
||||
fetchCopilotAddonQuota,
|
||||
fetchKimiQuota,
|
||||
fetchOpenRouterQuota,
|
||||
fetchZaiQuota,
|
||||
fetchNanoGptQuota,
|
||||
fetchMinimaxCodingPlanQuota,
|
||||
fetchMinimaxCnCodingPlanQuota,
|
||||
fetchOllamaCloudQuota
|
||||
} from './providers/index.js';
|
||||
Reference in New Issue
Block a user