mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
df07d671ce
commit
e5bb0f014a
1 changed files with 1 additions and 0 deletions
|
|
@ -1388,6 +1388,7 @@ async def process_chat_response(
|
|||
retries += 1
|
||||
log.debug(f"Attempt count: {retries}")
|
||||
|
||||
output = ""
|
||||
try:
|
||||
if content_blocks[-1]["attributes"].get("type") == "code":
|
||||
output = await event_caller(
|
||||
|
|
|
|||
Loading…
Reference in a new issue