mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-08 14:56:03 +00:00
feat: 现在默认不自动根据估算的费用切换apikey
This commit is contained in:
@@ -60,6 +60,10 @@ response_rules = {
|
||||
# 单位:美元
|
||||
api_key_fee_threshold = 18.0
|
||||
|
||||
# 是否根据估算的使用费用切换api-key
|
||||
# 设置为False将只在接口报错超额时自动切换
|
||||
auto_switch_api_key = False
|
||||
|
||||
# 敏感词过滤开关,以同样数量的*代替敏感词回复
|
||||
# 请在sensitive.json中添加敏感词
|
||||
sensitive_word_filter = True
|
||||
|
||||
Reference in New Issue
Block a user