debug print result; kimi temp=1.0 compat

This commit is contained in:
Liang Jiaqing
2026-03-14 20:34:57 +08:00
parent bbde5399cf
commit 68a936eb2c
2 changed files with 3 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ if __name__ == '__main__':
try:
while 'done' not in (item := dq.get(timeout=120)): pass
result = item['done']
print(result)
except Exception as e:
if once: raise
print(f'[Reflect] drain error: {e}'); result = f'[ERROR] {e}'