Initial ai typewriter implementation
This commit is contained in:
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user