mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-21 09:47:13 +00:00
perf: The server is overloaded or not ready yet.时进行中文提示 #59
This commit is contained in:
@@ -163,6 +163,9 @@ def process_message(launcher_type: str, launcher_id: int, text_message: str) ->
|
|||||||
"completion_api_params中的max_tokens参数数值过大导致的,请尝试将其降低".format(
|
"completion_api_params中的max_tokens参数数值过大导致的,请尝试将其降低".format(
|
||||||
session_name, e))
|
session_name, e))
|
||||||
reply = ["[bot]err:API调用参数错误,请联系作者,或等待修复"]
|
reply = ["[bot]err:API调用参数错误,请联系作者,或等待修复"]
|
||||||
|
except openai.error.ServiceUnavailableError as e:
|
||||||
|
# mgr.notify_admin("{}API调用服务不可用:{}".format(session_name, e))
|
||||||
|
reply = ["[bot]err:API调用服务暂不可用,请尝试重试"]
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logging.exception(e)
|
logging.exception(e)
|
||||||
reply = ["[bot]err:{}".format(e)]
|
reply = ["[bot]err:{}".format(e)]
|
||||||
|
|||||||
Reference in New Issue
Block a user