Commit b818715
committed
fix: propagate removeBodyFields in treatAsLocal path
The treatAsLocal code path was dropping removeBodyFields from the
model-inference config. For DeepSeek/Kimi models, inference returns
removeBodyFields: ['store'] which was silently lost for local proxies.
Currently mitigated by the isLocal store-stripping check, but this
ensures future removeBodyFields entries are also preserved.1 parent 26416dd commit b818715
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
266 | 269 | | |
267 | 270 | | |
268 | 271 | | |
| |||
0 commit comments