Skip to content

Commit 4098c13

Browse files
committed
add gpt-4.5-preview helper to openrouter
1 parent 14eb09e commit 4098c13

File tree

1 file changed

+1
-0
lines changed
  • packages/python/src/mainframe_orchestra

1 file changed

+1
-0
lines changed

packages/python/src/mainframe_orchestra/llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ async def wrapper(
735735
gpt_4 = custom_model("openai/gpt-4")
736736
gpt_4o = custom_model("openai/gpt-4o")
737737
gpt_4o_mini = custom_model("openai/gpt-4o-mini")
738+
gpt_4_5_preview = custom_model("openai/gpt-4.5-preview")
738739
o1_preview = custom_model("openai/o1-preview")
739740
o1_mini = custom_model("openai/o1-mini")
740741
gemini_flash_1_5 = custom_model("google/gemini-flash-1.5")

0 commit comments

Comments
 (0)