Skip to content

Commit 4c215da

Browse files
committed
[Frontend] OpenAI Responses API supports Tool/Function calling
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
1 parent 99df4c3 commit 4c215da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/v1/entrypoints/openai/responses/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from tests.utils import RemoteOpenAIServer
77

88
# Use a small reasoning model to test the responses API.
9-
MODEL_NAME = "Qwen/Qwen3-1.7B"
9+
MODEL_NAME = "Qwen/Qwen3-0.6B"
1010

1111

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

tests/v1/entrypoints/openai/responses/test_function_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import openai # use the official client for correctness check
77
import pytest
88

9-
MODEL_NAME = "Qwen/Qwen3-1.7B"
9+
MODEL_NAME = "Qwen/Qwen3-0.6B"
1010
tools = [
1111
{
1212
"type": "function",

0 commit comments

Comments
 (0)