更新日志

This commit is contained in:
xunbu
2025-09-06 20:16:04 +08:00
parent 2c6d544ba4
commit 000e82a383
2 changed files with 5 additions and 1 deletions

View File

@@ -191,7 +191,7 @@ class Agent:
should_retry = True
# 专门捕获部分翻译错误(软错误)
except PartialAgentResultError as e:
print(f"【测试】\nprompt:\n{prompt}\nresp:\n{result}")
# print(f"【测试】\nprompt:\n{prompt}\nresp:\n{result}")
self.logger.error(f"收到部分返回结果,将尝试重试: {e}")
current_partial_result = e.partial_result
should_retry = True

View File

@@ -1,5 +1,9 @@
更新日志
----------------
v1.4.2版 2025.9.6
优化
- 降低漏翻、缺键概率
----------------
v1.4.1版 2025.9.5
特性
- apikey现在是选填项