fix quota of model provider

This commit is contained in:
JzoNg 2024-11-11 11:46:36 +08:00
parent 2573950f88
commit f5267d317e

View File

@ -18,7 +18,7 @@ import {
validateModelProvider, validateModelProvider,
} from '@/service/common' } from '@/service/common'
export const MODEL_PROVIDER_QUOTA_GET_PAID = ['anthropic', 'openai', 'azure_openai'] export const MODEL_PROVIDER_QUOTA_GET_PAID = ['langgenius/anthropic/anthropic', 'langgenius/openai/openai', 'langgenius/azure_openai/azure_openai']
export const DEFAULT_BACKGROUND_COLOR = '#F3F4F6' export const DEFAULT_BACKGROUND_COLOR = '#F3F4F6'