From 482e988f951295c07a1f4777a4c2ec6614af6053 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Thu, 22 Jan 2026 21:19:44 -0800 Subject: [PATCH] fixed the model name, as gpt-5-mini-2025-08-07 wasn't in the config --- tests/e2e/test_prompt_gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/test_prompt_gateway.py b/tests/e2e/test_prompt_gateway.py index 9a69a691..0e75c9a2 100644 --- a/tests/e2e/test_prompt_gateway.py +++ b/tests/e2e/test_prompt_gateway.py @@ -445,7 +445,7 @@ def test_anthropic_client_with_openai_model_streaming(): client = anthropic.Anthropic(api_key="test-key", base_url=base_url) with client.messages.stream( - model="gpt-5-mini-2025-08-07", # OpenAI model via Anthropic client + model="gpt-4o-mini", # OpenAI model via Anthropic client max_tokens=500, messages=[ {