mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-25 00:23:53 +08:00
fix: 使用deepseek r1-0528模型时,tools_call为空list,tools_call[0]报错
This commit is contained in:
@@ -651,7 +651,7 @@ class ConnectionHandler:
|
|||||||
# print("content_arguments", content_arguments)
|
# print("content_arguments", content_arguments)
|
||||||
tool_call_flag = True
|
tool_call_flag = True
|
||||||
|
|
||||||
if tools_call is not None:
|
if tools_call:
|
||||||
tool_call_flag = True
|
tool_call_flag = True
|
||||||
if tools_call[0].id is not None:
|
if tools_call[0].id is not None:
|
||||||
function_id = tools_call[0].id
|
function_id = tools_call[0].id
|
||||||
|
|||||||
Reference in New Issue
Block a user