diff --git a/00-chartgpt/chainlit/azure_demo.py b/00-chartgpt/chainlit/azure_demo.py index e58ef1c3209734a5c33b13dd9a10b0b32061e843..037cacb1d85da9cc05c1c9db6978b2a90ac2cee0 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