Che237 commited on
Commit
b2d640e
·
verified ·
1 Parent(s): 77c5bf8

Add notebook_config.json

Browse files
Files changed (1) hide show
  1. notebooks/notebook_config.json +15 -0
notebooks/notebook_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "datasets_dir": "../datasets",
3
+ "hf_token": "",
4
+ "hf_repo": "Che237/cyberforge-models",
5
+ "hf_datasets_repo": "Che237/cyberforge-datasets",
6
+ "hf_space": "Che237/cyberforge",
7
+ "gemini_api_key": "AIzaSyA3HdWTLk_zJQ5P9G8Z8a8BEYSTPvLglhs",
8
+ "webscraper_api_key": "sk-fd14eaa7bceb478db7afc7256e514d2b",
9
+ "webscraper_api_url": "http://webscrapper.live/api/scrape",
10
+ "backend_url": "http://localhost:8000",
11
+ "ml_service_url": "http://localhost:8001",
12
+ "confidence_threshold": 0.7,
13
+ "max_inference_time_ms": 100,
14
+ "version": "1.0.0"
15
+ }