Add confirmation function and re-execution logic in AIProcessor; clean up web server request handling

This commit is contained in:
2025-05-19 09:30:58 +02:00
parent f7feb12946
commit e573ecb553
3 changed files with 32 additions and 2 deletions

View File

@@ -27,8 +27,6 @@ class WebServerApp:
# Process the data as needed
prompt = data.get('prompt', '')
if not prompt:
return jsonify({"error": "No prompt provided"}), 400
img_data = None