mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-05 05:16:03 +00:00
perf: 修改成美元
This commit is contained in:
@@ -117,7 +117,7 @@ def process_message(launcher_type: str, launcher_id: int, text_message: str) ->
|
||||
|
||||
using_key_name = ""
|
||||
for api_key in api_keys:
|
||||
reply_str += "{}:\n - {}元 {}%\n".format(api_key,
|
||||
reply_str += "{}:\n - {}美元 {}%\n".format(api_key,
|
||||
round(pkg.openai.manager.get_inst().key_mgr.get_fee(
|
||||
api_keys[api_key]), 6),
|
||||
round(
|
||||
|
||||
Reference in New Issue
Block a user