Skip to content

Commit

Permalink
GPT-4-Turbo w/ Vision is GA now (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchintan authored Apr 24, 2024
1 parent 5d90545 commit 2c4c309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyvern/forge/sdk/api/llm/config_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_config(cls, llm_key: str) -> LLMRouterConfig | LLMConfig:


if SettingsManager.get_settings().ENABLE_OPENAI:
LLMConfigRegistry.register_config("OPENAI_GPT4_TURBO", LLMConfig("gpt-4-turbo-preview", ["OPENAI_API_KEY"], False))
LLMConfigRegistry.register_config("OPENAI_GPT4_TURBO", LLMConfig("gpt-4-turbo", ["OPENAI_API_KEY"], False))
LLMConfigRegistry.register_config("OPENAI_GPT4V", LLMConfig("gpt-4-vision-preview", ["OPENAI_API_KEY"], True))

if SettingsManager.get_settings().ENABLE_ANTHROPIC:
Expand Down

0 comments on commit 2c4c309

Please sign in to comment.