KShoichi commited on
Commit
8c7a6aa
·
verified ·
1 Parent(s): 6dc77fb

Upload config.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ - "*"