change claude model name to stack-claude

This commit is contained in:
qingxu fu
2023-05-19 10:46:12 +08:00
parent be6b42324d
commit c43e22bc41
5 changed files with 52 additions and 28 deletions

View File

@ -153,7 +153,7 @@ class NewBingHandle(Process):
# 进入任务等待状态
asyncio.run(self.async_run())
except Exception:
tb_str = '```\n' + trimmed_format_exc() + '```'
tb_str = '\n```\n' + trimmed_format_exc() + '\n```\n'
self.child.send(f'[Local Message] Newbing失败 {tb_str}.')
self.child.send('[Fail]')
self.child.send('[Finish]')