mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixed the model name, as gpt-5-mini-2025-08-07 wasn't in the config
This commit is contained in:
parent
f401bcc9e4
commit
482e988f95
1 changed files with 1 additions and 1 deletions
|
|
@ -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=[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue