From 22ab4721e2429efd53a5491484f1c9ff57d636a5 Mon Sep 17 00:00:00 2001 From: "Charlie.Wei" Date: Sun, 21 Jan 2024 12:07:27 +0800 Subject: [PATCH] Init azure openai show quota (#2096) Co-authored-by: luowei Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> --- .../header/account-setting/model-provider-page/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/header/account-setting/model-provider-page/utils.ts b/web/app/components/header/account-setting/model-provider-page/utils.ts index 83cbbabde6..6e4dc6f476 100644 --- a/web/app/components/header/account-setting/model-provider-page/utils.ts +++ b/web/app/components/header/account-setting/model-provider-page/utils.ts @@ -24,7 +24,7 @@ export const languageMaps = { } export const MODEL_PROVIDER_QUOTA_GET_FREE = ['minimax', 'spark', 'zhipuai'] -export const MODEL_PROVIDER_QUOTA_GET_PAID = ['anthropic', 'openai'] +export const MODEL_PROVIDER_QUOTA_GET_PAID = ['anthropic', 'openai', 'azure_openai'] export const DEFAULT_BACKGROUND_COLOR = '#F3F4F6'