File size: 601 Bytes
e71a337 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
## 📄 2️⃣ config.json
**Create file:** `config.json`
```json
{
"model_type": "instruction_router",
"task": "preexecution_instruction_routing",
"languages": ["en", "id"],
"output_format": "json",
"output_labels": [
"VALID",
"AMBIGUOUS",
"CONTRADICTORY",
"INCOMPLETE",
"UNSAFE"
],
"confidence_range": [0.0, 1.0],
"inference_settings": {
"json_only": true,
"temperature": 0.0,
"max_tokens": 64
},
"intended_use": [
"humanoid_instruction_routing",
"agent_execution_decision"
],
"license": "mit"
} |