希望增加人民币¥计费货币单位配置 #2313
ZhouYi7982
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
点下余额就会切换币种,这也是奇葩设计 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
功能:支持计费货币单位配置(cost_currency)
背景
Reasonix 的
/cost、/stats、footer 以及通知中的费用显示目前固定使用 USD($)。对于中国用户来说,DeepSeek 官方本身就提供人民币定价(见 platform.deepseek.com 上的 CNY 标价),
而且很多国内开发者更习惯看 ¥(元)而不是 $。
如果能在
~/.reasonix/config.json中加一个cost_currency配置项,让用户自由切换 USD / CNY,可以大幅提升国内用户的使用体验。
期望行为
在
~/.reasonix/config.json中添加:{ "cost_currency": "cny" }Beta Was this translation helpful? Give feedback.
All reactions