Merge branch 'debug' of github.com:ChangingSelf/MaiMBot into debug

This commit is contained in:
ChangingSelf
2025-03-13 06:44:05 +08:00
5 changed files with 47 additions and 51 deletions

View File

@@ -132,7 +132,7 @@ class LLM_request:
# 常见Error Code Mapping
error_code_mapping = {
400: "参数不正确",
401: "API key 错误,认证失败",
401: "API key 错误,认证失败,请检查/config/bot_config.toml和.env.prod中的配置是否正确哦~",
402: "账号余额不足",
403: "需要实名,或余额不足",
404: "Not Found",