kofdai commited on
Commit
0b57ad1
·
verified ·
1 Parent(s): 075a2b6

Add models_config.json for complete deployment

Browse files
Files changed (1) hide show
  1. models_config.json +18 -0
models_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models": [
3
+ {
4
+ "model_id": "nullai-phi-4-14b-v2",
5
+ "display_name": "NullAI Phi-4 14B (v2)",
6
+ "provider": "huggingface",
7
+ "api_url": null,
8
+ "model_name": "kofdai/nullai-phi-4-14b-v2",
9
+ "max_tokens": 4096,
10
+ "temperature": 0.7,
11
+ "timeout": 120,
12
+ "is_default": true,
13
+ "supported_domains": ["medical", "ai_fundamentals", "logic_reasoning", "computer_science_theory", "engineering", "philosophy", "law", "general"],
14
+ "description": "NullAI Phi-4 14B model with multi-domain knowledge management",
15
+ "quantization": "f16"
16
+ }
17
+ ]
18
+ }