LLM4PH / config.py
lihaogx's picture
Upload 12 files
9f50319 verified
Raw
History Blame Contribute Delete
204 Bytes
# 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
]