mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-04 22:50:23 +00:00
gpt4o mini pricing for massive (#957)
This commit is contained in:
parent
c239927c72
commit
b536f1d27f
2 changed files with 5 additions and 2 deletions
|
|
@ -210,6 +210,7 @@ if SettingsManager.get_settings().ENABLE_AZURE_GPT4O_MINI:
|
|||
api_base=SettingsManager.get_settings().AZURE_GPT4O_MINI_API_BASE,
|
||||
api_key=SettingsManager.get_settings().AZURE_GPT4O_MINI_API_KEY,
|
||||
api_version=SettingsManager.get_settings().AZURE_GPT4O_MINI_API_VERSION,
|
||||
model_info={"model_name": "azure/gpt-4o-mini"},
|
||||
),
|
||||
supports_vision=True,
|
||||
add_assistant_prefix=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue