Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|