OntoChat / ontochat /config.py
Bohui Zhang
Update the third version
9abf365
raw
history blame contribute delete
147 Bytes
"""
Contains macro, works as a config file before we create one.
"""
DEFAULT_MODEL = "gpt-3.5-turbo"
DEFAULT_TEMPERATURE = 0
DEFAULT_SEED = 1234