Osaurus-AI commited on
Commit
16bf842
·
verified ·
1 Parent(s): dd9b6c3

Fix source-derived Gemma4 capability metadata

Browse files
Files changed (1) hide show
  1. jang_config.json +12 -4
jang_config.json CHANGED
@@ -51,7 +51,16 @@
51
  "supports_tools": true,
52
  "supports_thinking": true,
53
  "family": "gemma4",
54
- "modality": "vision",
 
 
 
 
 
 
 
 
 
55
  "cache_type": "kv"
56
  },
57
  "has_video": false,
@@ -59,7 +68,6 @@
59
  "text": true,
60
  "vision": true,
61
  "audio": true,
62
- "video": false,
63
- "processor_has_video_processor": true
64
  }
65
- }
 
51
  "supports_tools": true,
52
  "supports_thinking": true,
53
  "family": "gemma4",
54
+ "modality": "multimodal",
55
+ "modalities": {
56
+ "text": true,
57
+ "vision": true,
58
+ "audio": true,
59
+ "video": false
60
+ },
61
+ "has_vision": true,
62
+ "has_audio": true,
63
+ "has_video": false,
64
  "cache_type": "kv"
65
  },
66
  "has_video": false,
 
68
  "text": true,
69
  "vision": true,
70
  "audio": true,
71
+ "video": false
 
72
  }
73
+ }