tao-shen commited on
Commit
16efca0
·
verified ·
1 Parent(s): 4860b09

Upload models.json with huggingface_hub

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