Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
2026-05-09 18:04:50 +02:00
4 changed files with 81 additions and 1 deletions
@@ -0,0 +1,40 @@
{
"allow_chat_override": false,
"chat_model": {
"provider": "lm_studio",
"name": "qwen2.5-7b-instruct",
"api_base": "http://festinger:11434",
"ctx_length": 32768,
"ctx_history": 0.7,
"vision": true,
"rl_requests": 0,
"rl_input": 0,
"rl_output": 0,
"kwargs": {
"max_tokens": 4096,
"agent_id": 8
},
"max_embeds": 10
},
"utility_model": {
"provider": "lm_studio",
"name": "qwen2.5-7b-instruct",
"api_base": "http://festinger:11434",
"ctx_length": 32768,
"ctx_input": 0.7,
"rl_requests": 0,
"rl_input": 0,
"rl_output": 0,
"kwargs": {
"X-Agent-Id": 8
}
},
"embedding_model": {
"provider": "huggingface",
"name": "sentence-transformers/all-MiniLM-L6-v2",
"api_base": "",
"rl_requests": 0,
"rl_input": 0,
"kwargs": {}
}
}