fix: provider spark free quota text (#1201)

This commit is contained in:
zxhlyh 2023-09-20 11:46:25 +08:00 committed by GitHub
parent e47f6b879a
commit 1367f34398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ const TIP_MAP: { [k: string]: TypeWithI18N } = {
'zh-Hans': '免费获取 100 万个 token',
},
[ProviderEnumValue.spark]: {
'en': 'Earn 3 million tokens for free',
'zh-Hans': '免费获取 300 万个 token',
'en': 'Earn 6 million tokens for free',
'zh-Hans': '免费获取 600 万个 token',
},
[ProviderEnumValue.zhipuai]: {
'en': 'Earn 10 million tokens for free',