summaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-17 07:05:17 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-17 07:05:17 +0300
commit46dbb7b981d5cb56b80720b74b6b4184055430c0 (patch)
tree2ca6a90ae56e6e41b83570192c47a403c2ca01fa /config.example.toml
parentef0940daa8114f0db26de0c7d6af33f1fcf305bd (diff)
Chore: update .gitignore
write logs to log.log
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.example.toml b/config.example.toml
index 8e45734..a58729f 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -18,7 +18,7 @@ EmbedTokenizerPath = "onnx/embedgemma/tokenizer.json"
EmbedDims = 768
#
ShowSys = true
-LogFile = "log.txt"
+LogFile = "log.log"
UserRole = "user"
ToolRole = "tool"
AssistantRole = "assistant"