Files
agent0/agents/dobby/plugins/_model_config/config.json
T

40 lines
859 B
JSON
Raw Normal View History

2026-04-19 16:16:13 +02:00
{
"allow_chat_override": false,
"chat_model": {
"provider": "lm_studio",
"name": "qwen2.5-7b-instruct",
"api_base": "http://festinger:11434",
"ctx_length": 32768,
2026-04-19 16:16:13 +02:00
"ctx_history": 0.7,
"vision": true,
"rl_requests": 0,
"rl_input": 0,
"rl_output": 0,
"kwargs": {
2026-05-10 00:03:09 +02:00
"max_tokens": 32000,
"agent_id": 1
},
"max_embeds": 10
2026-04-19 16:16:13 +02:00
},
"utility_model": {
"provider": "lm_studio",
"name": "qwen2.5-7b-instruct",
2026-04-19 16:16:13 +02:00
"api_base": "http://festinger:11434",
"ctx_length": 32768,
2026-04-19 16:16:13 +02:00
"ctx_input": 0.7,
"rl_requests": 0,
"rl_input": 0,
"rl_output": 0,
"kwargs": {
"X-Agent-Id": 1
}
2026-04-19 16:16:13 +02:00
},
"embedding_model": {
"provider": "huggingface",
"name": "sentence-transformers/all-MiniLM-L6-v2",
"api_base": "",
"rl_requests": 0,
"rl_input": 0,
"kwargs": {}
}
}