Spaces:
Runtime error
Runtime error
Update chain_app.py
Browse files- 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(
|