mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-15 09:25:58 +08:00
fix: provider spark free quota text (#1201)
This commit is contained in:
parent
e47f6b879a
commit
1367f34398
@ -16,8 +16,8 @@ const TIP_MAP: { [k: string]: TypeWithI18N } = {
|
|||||||
'zh-Hans': '免费获取 100 万个 token',
|
'zh-Hans': '免费获取 100 万个 token',
|
||||||
},
|
},
|
||||||
[ProviderEnumValue.spark]: {
|
[ProviderEnumValue.spark]: {
|
||||||
'en': 'Earn 3 million tokens for free',
|
'en': 'Earn 6 million tokens for free',
|
||||||
'zh-Hans': '免费获取 300 万个 token',
|
'zh-Hans': '免费获取 600 万个 token',
|
||||||
},
|
},
|
||||||
[ProviderEnumValue.zhipuai]: {
|
[ProviderEnumValue.zhipuai]: {
|
||||||
'en': 'Earn 10 million tokens for free',
|
'en': 'Earn 10 million tokens for free',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user