Skip to content

Commit 9da4ce4

Browse files
committed
Update default OpenAI model name in config
Changed DEFAULT_OPENAI_MODEL from 'gpt-5-mini-2025-08-07' to 'gpt-5-2025-08-07' in the Config class to reflect the correct model identifier.
1 parent 3c6b743 commit 9da4ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/pytest/_generate/_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Config:
3131
}
3232

3333
DEFAULT_ANTHROPIC_MODEL = "claude-sonnet-4-20250514"
34-
DEFAULT_OPENAI_MODEL = "gpt-5-mini-2025-08-07"
34+
DEFAULT_OPENAI_MODEL = "gpt-5-2025-08-07"
3535
DEFAULT_PROVIDER = "anthropic"
3636

3737
MAX_TOKENS = 8092

0 commit comments

Comments
 (0)