Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
b289zhan
/
OntoChat
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
OntoChat
/
ontochat
/
config.py
Bohui Zhang
Update the third version
9abf365
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
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