Timothy Jaeryang Baek 3 달 전
부모
커밋
14e650077a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/open_webui/utils/middleware.py

+ 1 - 1
backend/open_webui/utils/middleware.py

@@ -557,7 +557,7 @@ async def chat_image_generation_handler(
             await __event_emitter__(
                 {
                     "type": "message",
-                    "data": {"content": f"![Generated Image]({image['url']})"},
+                    "data": {"content": f"![Generated Image]({image['url']})\n"},
                 }
             )