We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c505c2f commit 2ee35d0Copy full SHA for 2ee35d0
api/llm/tools.py
@@ -78,7 +78,6 @@ def generate_image(
78
)
79
80
except Exception as e:
81
- # Clear image data from memory even if upload fails
82
return f"Image generated but failed to save to storage: {str(e)}"
83
84
finally:
0 commit comments