Skip to content

Commit cdd3e3c

Browse files
committed
[Bugfix]: Fix the incompatibility issue with tool_choice 'required' when Thinking is enabled
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
1 parent 063844c commit cdd3e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/entrypoints/openai/test_completion_with_function_calling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from ...utils import RemoteOpenAIServer
99

1010
# any model with a chat template should work here
11-
MODEL_NAME = "Qwen/Qwen2.5-1.5B-Instruct"
11+
MODEL_NAME = "Qwen/Qwen3-8B"
1212

1313

1414
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)