From 83dbe26640a5766bd66e32eb369a63818962e400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E8=8B=B1=E6=9D=B0?= <327782001@qq.com> Date: Fri, 23 Jun 2023 08:10:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=8D=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 00-chartgpt/chainlit/azure_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-chartgpt/chainlit/azure_demo.py b/00-chartgpt/chainlit/azure_demo.py index e58ef1c..037cacb 100644 --- a/00-chartgpt/chainlit/azure_demo.py +++ b/00-chartgpt/chainlit/azure_demo.py @@ -23,7 +23,7 @@ async def main(message: str): history.append(HumanMessage(content=message)) res = await cl.make_async(sync_func)() # res = chat(history) - print(res.content) + # print(res.content) # this is an intermediate step # await cl.Message(author="Tool 1", content=f"Response from tool1", indent=1).send() # send back the final answer -- GitLab