Adding memories and developing gunnar on the local machine

This commit is contained in:
2026-04-25 11:28:14 +02:00
parent abc5cf5952
commit 6487e090d0
29 changed files with 718 additions and 36 deletions
@@ -1,34 +1 @@
{
"allow_chat_override": false,
"chat_model": {
"provider": "anthropic",
"name": "claude-opus-4-6",
"api_base": "http://festinger:11434/v1/messages",
"ctx_length": 100000,
"ctx_history": 0.7,
"vision": true,
"rl_requests": 0,
"rl_input": 0,
"rl_output": 0,
"kwargs": {"max_tokens": 4096}
},
"utility_model": {
"provider": "ollama",
"name": "deepseek-r1:8b",
"api_base": "http://festinger:11434",
"ctx_length": 100000,
"ctx_input": 0.7,
"rl_requests": 0,
"rl_input": 0,
"rl_output": 0,
"kwargs": {}
},
"embedding_model": {
"provider": "huggingface",
"name": "sentence-transformers/all-MiniLM-L6-v2",
"api_base": "",
"rl_requests": 0,
"rl_input": 0,
"kwargs": {}
}
}
{"allow_chat_override": false, "chat_model": {"provider": "lm_studio", "name": "llama-3.2-3b-instruct", "api_base": "http://festinger:11434/v1/messages", "ctx_length": 100000, "ctx_history": 0.7, "vision": true, "rl_requests": 0, "rl_input": 0, "rl_output": 0, "kwargs": {"max_tokens": 4096, "agent_id": 3}, "max_embeds": 10}, "utility_model": {"provider": "lm_studio", "name": "llama-3.2-3b-instruct", "api_base": "http://festinger:11434", "ctx_length": 100000, "ctx_input": 0.7, "rl_requests": 0, "rl_input": 0, "rl_output": 0, "kwargs": {"X-Agent-Id": 3}}, "embedding_model": {"provider": "huggingface", "name": "sentence-transformers/all-MiniLM-L6-v2", "api_base": "", "rl_requests": 0, "rl_input": 0, "kwargs": {}}}