Upload config.yaml with huggingface_hub
Browse files- config.yaml +7 -0
config.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
project_name: Hallucination Detection System
|
| 2 |
+
version: 1.0.0
|
| 3 |
+
db_path: ./hallucination_detector/app/db.sqlite3
|
| 4 |
+
model_dir: ./hallucination_detector/app/model_store
|
| 5 |
+
log_level: INFO
|
| 6 |
+
allowed_origins:
|
| 7 |
+
- "*"
|