# List of tasks to be processed TASKS = [ "R_Generation", # Add more tasks as needed ] # Model configuration MODEL_NAMES = [ "gpt-4o", # You can change this to other model names if needed ]