mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
tidy up
This commit is contained in:
parent
0cf1d70955
commit
64ec1bb016
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ async def run_async_fallback(
|
|||
|
||||
error_from_fallbacks = original_exception
|
||||
|
||||
# Handle mid-stream fallbacks by preserving already generated content
|
||||
# Handle mid-stream fallbacks by preserving already generated content
|
||||
is_mid_stream = kwargs.pop("is_mid_stream_fallback", False)
|
||||
previous_content = kwargs.pop("previous_content", "")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue