mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55: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:
|
if done:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
log.debug("Error: ", e)
|
log.debug(f"Error: {e}")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if content_blocks:
|
if content_blocks:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue