提交 83dbe266 编写于 作者: 檀越@新空间's avatar 檀越@新空间 🐭

fix:不打印

上级 d2437169
...@@ -23,7 +23,7 @@ async def main(message: str): ...@@ -23,7 +23,7 @@ async def main(message: str):
history.append(HumanMessage(content=message)) history.append(HumanMessage(content=message))
res = await cl.make_async(sync_func)() res = await cl.make_async(sync_func)()
# res = chat(history) # res = chat(history)
print(res.content) # print(res.content)
# this is an intermediate step # this is an intermediate step
# await cl.Message(author="Tool 1", content=f"Response from tool1", indent=1).send() # await cl.Message(author="Tool 1", content=f"Response from tool1", indent=1).send()
# send back the final answer # send back the final answer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册