OntoChat / ontochat /config.py
1hangzhao's picture
Update ontochat/config.py
66ea0b9 verified
raw
history blame
140 Bytes
"""
Contains macro, works as a config file before we create one.
"""
DEFAULT_MODEL = "gpt-4o"
DEFAULT_TEMPERATURE = 0
DEFAULT_SEED = 1234