Skip to content

Commit

Permalink
fix: provider spark free quota text (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
zxhlyh authored Sep 20, 2023
1 parent e47f6b8 commit 1367f34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1367f34

Please sign in to comment.