fix: correct monitor and fix trigger billing rate limit (#28465)

This commit is contained in:
Maries
2025-11-20 20:37:10 +08:00
committed by GitHub
parent 2f9705eb6f
commit d1c9183d3b
2 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import { Plan, type PlanInfo, Priority } from '@/app/components/billing/type'
const supportModelProviders = 'OpenAI/Anthropic/Llama2/Azure OpenAI/Hugging Face/Replicate'
export const NUM_INFINITE = 99999999
export const NUM_INFINITE = -1
export const contractSales = 'contractSales'
export const unAvailable = 'unAvailable'