Merge pull request #1561 from KennyDizi/main

Support reasoning effort via configuration
This commit is contained in:
Tal
2025-02-26 10:13:05 +02:00
committed by GitHub
5 changed files with 33 additions and 2 deletions

View File

@ -104,3 +104,8 @@ NO_SUPPORT_TEMPERATURE_MODELS = [
"o3-mini-2025-01-31",
"o1-preview"
]
SUPPORT_REASONING_EFFORT_MODELS = [
"o3-mini",
"o3-mini-2025-01-31"
]