Initial ai typewriter implementation

This commit is contained in:
Edern Deneuville
2026-09-11 11:58:19 +02:00
parent e68fc1a8d6
commit 23e80fd079
+12
View File
@@ -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."
}