feat: add Charm Hyper quota provider (#3368)
This commit is contained in:
@@ -24,6 +24,7 @@ export const QUOTA_PROVIDERS: QuotaProviderMeta[] = [
|
||||
{ id: 'crof', name: 'CrofAI' },
|
||||
{ id: 'deepseek', name: 'DeepSeek' },
|
||||
{ id: 'exe-dev', name: 'exe.dev' },
|
||||
{ id: 'hyper', name: 'Charm Hyper' },
|
||||
{ id: 'neuralwatt', name: 'NeuralWatt' },
|
||||
{ id: 'xai', name: 'xAI' },
|
||||
];
|
||||
|
||||
@@ -19,6 +19,7 @@ export type QuotaProviderId =
|
||||
| 'crof'
|
||||
| 'deepseek'
|
||||
| 'exe-dev'
|
||||
| 'hyper'
|
||||
| 'neuralwatt'
|
||||
| 'xai';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user