Osaurus-AI commited on
Commit
dd9b6c3
·
verified ·
1 Parent(s): 3ae5f33

Fix source-derived Gemma4 capability metadata

Browse files
Files changed (1) hide show
  1. config.json +20 -2
config.json CHANGED
@@ -183,7 +183,25 @@
183
  "supports_tools": true,
184
  "supports_thinking": true,
185
  "family": "gemma4",
186
- "modality": "vision",
 
 
 
 
 
 
 
 
 
187
  "cache_type": "kv"
 
 
 
 
 
 
 
 
 
188
  }
189
- }
 
183
  "supports_tools": true,
184
  "supports_thinking": true,
185
  "family": "gemma4",
186
+ "modality": "multimodal",
187
+ "modalities": {
188
+ "text": true,
189
+ "vision": true,
190
+ "audio": true,
191
+ "video": false
192
+ },
193
+ "has_vision": true,
194
+ "has_audio": true,
195
+ "has_video": false,
196
  "cache_type": "kv"
197
+ },
198
+ "has_vision": true,
199
+ "has_audio": true,
200
+ "has_video": false,
201
+ "modalities": {
202
+ "text": true,
203
+ "vision": true,
204
+ "audio": true,
205
+ "video": false
206
  }
207
+ }