Generation

generate functionFri, 27 Jan 2023

Create an AI that returns the related data on the .doc or pdf based on the question or paragraph that is inputted

def create_ai(file_name, question, paragraph) data = search_file(file_name, question, paragraph) return data

Questions about programming?Chat with your personal AI assistant