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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conditional_logic.py | ||
| propagation.py | ||
| reflection.py | ||
| setup.py | ||
| signal_processing.py | ||
| trading_graph.py | ||