Commit a47ac1f
refactor: drop dead _UNSET/None remap on temperature in legacy dispatch
The temperature default is now 0.0 so _UNSET is unreachable, and the
legacy leaf creators already skip the temperature kwarg when it's None
(see _legacy/chat_model_factory.py:54). Forwarding directly preserves
caller intent.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9d7460c commit a47ac1f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments