reasoning_effort is only supported by o-series models (o1, o3, o3-mini, o4-mini). Passing it to gpt-* models causes a 400 error because those models don't support it on the chat completions endpoint. Now we check if the model name starts with 'o' before including the parameter. Fixes #403 |
||
|---|---|---|
| .. | ||
| agents | ||
| dataflows | ||
| graph | ||
| llm_clients | ||
| __init__.py | ||
| default_config.py | ||