File size: 140 Bytes
9abf365
 
 
 
66ea0b9
9abf365
 
 
1
2
3
4
5
6
7
8
9
"""
Contains macro, works as a config file before we create one.
"""

DEFAULT_MODEL = "gpt-4o"
DEFAULT_TEMPERATURE = 0
DEFAULT_SEED = 1234