Viper14 commited on
Commit
d458f9d
·
verified ·
1 Parent(s): c196398

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "target_repo": "Viper14/hub-intelligence",
3
+ "cadence_minutes": 15,
4
+ "endpoints": {
5
+ "hf_search": "https://huggingface.co/api/models",
6
+ "qwencloud_health": "/v1/chat/completions"
7
+ },
8
+ "scan_targets": ["qwen2.5", "llama3", "mistral"]
9
+ }