mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac/fix
This commit is contained in:
parent
2d4675dc1c
commit
ea18ffdade
1 changed files with 1 additions and 1 deletions
|
|
@ -2064,7 +2064,7 @@ async def process_chat_response(
|
|||
if done:
|
||||
pass
|
||||
else:
|
||||
log.debug("Error: ", e)
|
||||
log.debug(f"Error: {e}")
|
||||
continue
|
||||
|
||||
if content_blocks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue