Add confirmation function and re-execution logic in AIProcessor; clean up web server request handling
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user