mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
chore: ruff format
This commit is contained in:
parent
f57aa9fc78
commit
3213034b1e
1 changed files with 1 additions and 2 deletions
|
|
@ -388,8 +388,7 @@ def _remap_copilot_reasoning_chunk(chunk: Mapping[str, Any]) -> Mapping[str, Any
|
|||
return {
|
||||
**chunk,
|
||||
"choices": [
|
||||
choice if delta is None else {**choice, "delta": delta}
|
||||
for choice, delta in zip(choices, remapped_deltas)
|
||||
choice if delta is None else {**choice, "delta": delta} for choice, delta in zip(choices, remapped_deltas)
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue