修复ai请求出错时出现的错误提示
This commit is contained in:
@@ -114,7 +114,7 @@ class Agent:
|
|||||||
translater_logger.warning(f"AI请求错误 (async): {e.response.status_code} - {e.response.text}")
|
translater_logger.warning(f"AI请求错误 (async): {e.response.status_code} - {e.response.text}")
|
||||||
print(f"prompt:\n{prompt}")
|
print(f"prompt:\n{prompt}")
|
||||||
total_error_counter.add()
|
total_error_counter.add()
|
||||||
retry=False
|
return prompt
|
||||||
except httpx.RequestError as e:
|
except httpx.RequestError as e:
|
||||||
translater_logger.warning(f"AI请求连接错误 (async): {repr(e)}")
|
translater_logger.warning(f"AI请求连接错误 (async): {repr(e)}")
|
||||||
except (KeyError, IndexError) as e:
|
except (KeyError, IndexError) as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user