[Bugfix]: Fix the incompatibility issue with tool_choice 'required' when Thinking is enabled (#19075)

Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
Chauncey
2025-06-04 07:27:24 +08:00
committed by GitHub
parent b5fd9506c1
commit 4de790fcad
2 changed files with 16 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import pytest_asyncio
from ...utils import RemoteOpenAIServer
# any model with a chat template should work here
MODEL_NAME = "Qwen/Qwen2.5-1.5B-Instruct"
MODEL_NAME = "Qwen/Qwen3-0.6B"
@pytest.fixture(scope="module")