mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 09:49:46 +00:00
GPT-4.5 Support (#1868)
This commit is contained in:
parent
05960aa894
commit
c6a733ff27
1 changed files with 9 additions and 0 deletions
|
@ -68,6 +68,15 @@ if settings.ENABLE_OPENAI:
|
|||
add_assistant_prefix=False,
|
||||
),
|
||||
)
|
||||
LLMConfigRegistry.register_config(
|
||||
"OPENAI_GPT4_5",
|
||||
LLMConfig(
|
||||
"gpt-4.5-preview",
|
||||
["OPENAI_API_KEY"],
|
||||
supports_vision=True,
|
||||
add_assistant_prefix=False,
|
||||
),
|
||||
)
|
||||
LLMConfigRegistry.register_config(
|
||||
"OPENAI_GPT4V",
|
||||
LLMConfig(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue