Skip to content

Commit

Permalink
add support for gpt-4o-2024-08-06
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng committed Aug 22, 2024
1 parent 43cbfa7 commit d62efad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skyvern/forge/sdk/api/llm/config_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ def get_config(cls, llm_key: str) -> LLMRouterConfig | LLMConfig:
add_assistant_prefix=False,
),
)
LLMConfigRegistry.register_config(
"OPENAI_GPT-4O-2024-08-06",
LLMConfig("gpt-4o-2024-08-06", ["OPENAI_API_KEY"], supports_vision=True, add_assistant_prefix=False),
)


if SettingsManager.get_settings().ENABLE_ANTHROPIC:
Expand Down

0 comments on commit d62efad

Please sign in to comment.