summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example
index 909f3a8..a2e46d1 100644
--- a/config.json.example
+++ b/config.json.example
@@ -5,7 +5,7 @@
"max_context_tokens": 4000,
"log_preview_limit": 100,
"no_disk_io": true,
- "trigger_characters": [".", ":", "/", "_"],
+ "trigger_characters": [".", ":", "/", "_", " "],
"coding_temperature": 0.2,
"provider": "openai",