From 23e80fd0792aa3e4f4a1b251b142528eec60c8cb Mon Sep 17 00:00:00 2001 From: Edern Deneuville Date: Fri, 11 Sep 2026 11:58:19 +0200 Subject: [PATCH] Initial ai typewriter implementation --- config.json.template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.json.template diff --git a/config.json.template b/config.json.template new file mode 100644 index 0000000..963d118 --- /dev/null +++ b/config.json.template @@ -0,0 +1,12 @@ +{ + "provider": "ollama", + "model": "llama3.1", + "api_key": "", + "server_url": "http://localhost:11434", + "hotkey": "ctrl+alt+a", + "request_timeout_seconds": 120, + "copy_wait_seconds": 1, + "type_delay_seconds": 0, + "restore_clipboard": true, + "system_prompt": "Réponds directement et de manière ultra-concise. Aucune phrase d'introduction, aucune salutation, aucun formatage superflu. Uniquement la réponse brute." +}