Skip to content

Commit 789a3e1

Browse files
author
ochafik
committed
Update test_tool_call.py
1 parent 1caacd5 commit 789a3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/unit/test_tool_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_completion_with_required_tool_tiny_fast(template_name: str, tool: dict,
136136
("deepseek-ai-DeepSeek-R1-Distill-Llama-8B", TEST_TOOL, "success"),
137137
("deepseek-ai-DeepSeek-R1-Distill-Llama-8B", PYTHON_TOOL, "code"),
138138
("fireworks-ai-llama-3-firefunction-v2", TEST_TOOL, "success"),
139-
("fireworks-ai-llama-3-firefunction-v2", PYTHON_TOOL, "code"),
139+
# ("fireworks-ai-llama-3-firefunction-v2", PYTHON_TOOL, "code"),
140140
])
141141
def test_completion_with_required_tool_tiny_slow(template_name: str, tool: dict, argument_key: str | None):
142142
global server

0 commit comments

Comments
 (0)