LLM输出的内容先通过正则清理多余内容
This commit is contained in:
@@ -30,7 +30,7 @@ class APIKeyManager:
|
||||
# 密钥使用计数和上次使用时间
|
||||
_key_usage: Dict[str, Dict] = {}
|
||||
# 当前正在使用的密钥索引
|
||||
_current_index = 0
|
||||
_current_index = -1
|
||||
|
||||
api_file_path = "api_key.txt"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user