Spaces:
Sleeping
Sleeping
Upload models.json with huggingface_hub
Browse files- models.json +17 -0
models.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"id": "gpt-4o-mini",
|
| 4 |
+
"title": "GPT-4o Mini (Local Fallback)",
|
| 5 |
+
"description": "Default model. Configured for local execution via OpenAI-compatible endpoint or as a placeholder.",
|
| 6 |
+
"baseUrl": "",
|
| 7 |
+
"apiKey": "",
|
| 8 |
+
"capabilities": {
|
| 9 |
+
"text": true,
|
| 10 |
+
"vision": false,
|
| 11 |
+
"audio": false
|
| 12 |
+
},
|
| 13 |
+
"settings": {
|
| 14 |
+
"temperature": 0.7
|
| 15 |
+
}
|
| 16 |
+
}
|
| 17 |
+
]
|