File size: 204 Bytes
9f50319
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# 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 
]