We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14eb09e commit 4098c13Copy full SHA for 4098c13
packages/python/src/mainframe_orchestra/llm.py
@@ -735,6 +735,7 @@ async def wrapper(
735
gpt_4 = custom_model("openai/gpt-4")
736
gpt_4o = custom_model("openai/gpt-4o")
737
gpt_4o_mini = custom_model("openai/gpt-4o-mini")
738
+ gpt_4_5_preview = custom_model("openai/gpt-4.5-preview")
739
o1_preview = custom_model("openai/o1-preview")
740
o1_mini = custom_model("openai/o1-mini")
741
gemini_flash_1_5 = custom_model("google/gemini-flash-1.5")
0 commit comments