Spaces:
Sleeping
Sleeping
Update document_generator_v3.py
Browse files- document_generator_v3.py +2 -1
document_generator_v3.py
CHANGED
@@ -559,7 +559,8 @@ async def generate_document_outline_endpoint(
|
|
559 |
ai_client = AIClient()
|
560 |
document_generator = DocumentGenerator(ai_client)
|
561 |
vision_tools = VisionTools(ai_client)
|
562 |
-
|
|
|
563 |
try:
|
564 |
image_context = ""
|
565 |
if images:
|
|
|
559 |
ai_client = AIClient()
|
560 |
document_generator = DocumentGenerator(ai_client)
|
561 |
vision_tools = VisionTools(ai_client)
|
562 |
+
images = ""
|
563 |
+
documents = ""
|
564 |
try:
|
565 |
image_context = ""
|
566 |
if images:
|