summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
index d0e6ed7..7a4298c 100644
--- a/config.json.example
+++ b/config.json.example
@@ -8,6 +8,10 @@
"completion_throttle_ms": 0,
"no_disk_io": true,
"trigger_characters": [".", ":", "/", "_", " "],
+ "inline_open": ">",
+ "inline_close": ">",
+ "chat_suffix": ">",
+ "chat_prefixes": ["?", "!", ":", ";"],
"coding_temperature": 0.2,
"provider": "openai",