From 9f45e4a2d66c371639646068eceefc38844bedcf Mon Sep 17 00:00:00 2001 From: sylvain Date: Sat, 7 Mar 2026 10:34:00 +0000 Subject: [PATCH] =?UTF-8?q?Ajouter=20config.example.json=20(donn=C3=A9es?= =?UTF-8?q?=20sensibles=20censur=C3=A9es)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.example.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/config.example.json diff --git a/config/config.example.json b/config/config.example.json new file mode 100644 index 0000000..ebf3745 --- /dev/null +++ b/config/config.example.json @@ -0,0 +1,8 @@ +{ + "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" +}