Artin2009 commited on
Commit
f53d630
1 Parent(s): cd96b1a

Update chain_app.py

Browse files
Files changed (1) hide show
  1. chain_app.py +1 -1
chain_app.py CHANGED
@@ -2600,7 +2600,7 @@ async def main(message: cl.Message):
2600
  "01-ai/Yi-1.5-34B-Chat",
2601
  token=f'{hf_token_llama_3_1}',
2602
  )
2603
- tool_res = await tool()
2604
  msg = cl.Message(content="")
2605
  await msg.send()
2606
  # result = client.chat_completion(
 
2600
  "01-ai/Yi-1.5-34B-Chat",
2601
  token=f'{hf_token_llama_3_1}',
2602
  )
2603
+ # tool_res = await tool()
2604
  msg = cl.Message(content="")
2605
  await msg.send()
2606
  # result = client.chat_completion(