Chore: update .gitignore

write logs to log.log
This commit is contained in:
Grail Finder
2026-03-17 07:05:17 +03:00
parent ef0940daa8
commit 46dbb7b981
3 changed files with 2 additions and 3 deletions

View File

@@ -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"