Skip to content

Commit 6d07694

Browse files
committed
Update mock_server.py
1 parent 9638114 commit 6d07694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mock_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ async def generate(
447447
status_code=400,
448448
content={
449449
"code": "InvalidParameter",
450-
"message": "DeepSeek R1 does not support specific tool_choice binding (dict) while thinking logic is active.",
450+
"message": '<400> InternalError.Algo.InvalidParameter: tool_choice is one of the strings that should be ["none", "auto"]',
451451
},
452452
)
453453

0 commit comments

Comments
 (0)