mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 12:47:13 +02:00
Fix image generation output
This commit is contained in:
@@ -352,7 +352,7 @@ class Answer:
|
|||||||
list[ImageGenerationResponse], response.response
|
list[ImageGenerationResponse], response.response
|
||||||
)
|
)
|
||||||
img_urls = [img.url for img in img_generation_response]
|
img_urls = [img.url for img in img_generation_response]
|
||||||
break
|
|
||||||
yield response
|
yield response
|
||||||
|
|
||||||
prompt_builder.update_user_prompt(
|
prompt_builder.update_user_prompt(
|
||||||
|
Reference in New Issue
Block a user