Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
b289zhan/OntoChat
1hangzhao
/
OntoChat
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3008b47
OntoChat
/
ontochat
/
config.py
1hangzhao
Update ontochat/config.py
66ea0b9
verified
11 months ago
raw
Copy download link
history
blame
Safe
140 Bytes
"""
Contains macro, works as a config file before we create one.
"""
DEFAULT_MODEL =
"gpt-4o"
DEFAULT_TEMPERATURE =
0
DEFAULT_SEED =
1234