GPT-o4-mini and GPT-o3 support is here (#2170)

This commit is contained in:
Suchintan
2025-04-16 21:34:00 -04:00
committed by GitHub
parent a9c8a1d889
commit eefddb4105
3 changed files with 35 additions and 1 deletions

View File

@@ -227,6 +227,8 @@ def setup_llm_providers() -> None:
"OPENAI_GPT4_1_MINI",
"OPENAI_GPT4_1_NANO",
"OPENAI_GPT4O",
"OPENAI_O4_MINI",
"OPENAI_O3",
]
)
else: