fix: align openai cli default path

This commit is contained in:
hemo94931
2026-02-03 15:44:43 +08:00
parent a80ddea93c
commit 44964916db
3 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ _ENDPOINT_DEFINITIONS: dict[tuple[ApiFamily, EndpointKind], EndpointDefinition]
api_family=ApiFamily.OPENAI,
endpoint_kind=EndpointKind.CLI,
aliases=("openai_cli", "responses"),
default_path="/responses",
default_path="/v1/responses",
auth_method=AuthMethod.BEARER,
auth_header="Authorization",
auth_type="bearer",