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

35 lines
779 B
JSON
Raw Normal View History

2026-04-19 16:16:13 +02:00
{
"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": {}
}
}