mirror of https://github.com/langgenius/dify.git
fix: correct capitalization of 'TONGYI' in model name mapping
This commit is contained in:
parent
a29da52562
commit
88c3286bd4
|
|
@ -34,7 +34,7 @@ export const modelNameMap = {
|
|||
[ModelProviderQuotaGetPaid.GEMINI]: 'Gemini',
|
||||
[ModelProviderQuotaGetPaid.X]: 'xAI',
|
||||
[ModelProviderQuotaGetPaid.DEEPSEEK]: 'DeepSeek',
|
||||
[ModelProviderQuotaGetPaid.TONGYI]: 'TONGYI',
|
||||
[ModelProviderQuotaGetPaid.TONGYI]: 'Tongyi',
|
||||
}
|
||||
|
||||
export const isNullOrUndefined = (value: any) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue