12 lines
304 B
JSON
12 lines
304 B
JSON
{
|
|
"ollama_url": "http://VOTRE_IP:11434/api/chat",
|
|
"model": "qwen3:8b",
|
|
"xmpp_jid": "agent1@VOTRE_DOMAINE",
|
|
"xmpp_pass": "VOTRE_MOT_DE_PASSE",
|
|
"admin_jid": "vous@VOTRE_DOMAINE",
|
|
"db_path": "/opt/agent/memory.db",
|
|
"mqtt_host": "localhost",
|
|
"mqtt_port": 1883,
|
|
"mqtt_client_id": "agent1"
|
|
}
|