Skip to content

Commit 1f826ff

Browse files
committed
[CI] fix test_named_tool_use
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
1 parent 7cc7435 commit 1f826ff

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
@@ -13,7 +13,7 @@
1313
from ...utils import RemoteOpenAIServer
1414

1515
# any model with a chat template should work here
16-
MODEL_NAME = "/home/jovyan/qwen3-06b"
16+
MODEL_NAME = "Qwen/Qwen3-0.6B"
1717

1818
tools = [
1919
{

0 commit comments

Comments
 (0)