mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-05-01 05:00:20 +00:00
Temperature fix for O-models (#3048)
This commit is contained in:
parent
baee57589b
commit
ffce05c6ef
1 changed files with 2 additions and 0 deletions
|
|
@ -558,6 +558,7 @@ if settings.ENABLE_AZURE_O4_MINI:
|
|||
supports_vision=True,
|
||||
add_assistant_prefix=False,
|
||||
max_completion_tokens=100000,
|
||||
temperature=None, # Temperature isn't supported in the O-model series
|
||||
),
|
||||
)
|
||||
|
||||
|
|
@ -582,6 +583,7 @@ if settings.ENABLE_AZURE_O3:
|
|||
supports_vision=True,
|
||||
add_assistant_prefix=False,
|
||||
max_completion_tokens=100000,
|
||||
temperature=None, # Temperature isn't supported in the O-model series
|
||||
),
|
||||
)
|
||||
if settings.ENABLE_VOLCENGINE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue