summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e9c53c5..fe70232 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Hexai exposes a simple LLM provider interface. It supports OpenAI, GitHub Copilo
"max_context_tokens": 4000,
"log_preview_limit": 100,
"no_disk_io": true,
- "trigger_characters": [".", ":", "/", "_", ";", "?"],
+ "trigger_characters": [".", ":", "/", "_", " " ],
"coding_temperature": 0.2,
"provider": "ollama",
"copilot_model": "gpt-4o-mini",