Chore: update .gitignore
write logs to log.log
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
*.txt
|
|
||||||
*.json
|
*.json
|
||||||
testlog
|
testlog
|
||||||
history/
|
history/
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ EmbedTokenizerPath = "onnx/embedgemma/tokenizer.json"
|
|||||||
EmbedDims = 768
|
EmbedDims = 768
|
||||||
#
|
#
|
||||||
ShowSys = true
|
ShowSys = true
|
||||||
LogFile = "log.txt"
|
LogFile = "log.log"
|
||||||
UserRole = "user"
|
UserRole = "user"
|
||||||
ToolRole = "tool"
|
ToolRole = "tool"
|
||||||
AssistantRole = "assistant"
|
AssistantRole = "assistant"
|
||||||
|
|||||||
@@ -691,7 +691,7 @@ Use: run "command" to execute.`
|
|||||||
-c count matches
|
-c count matches
|
||||||
Example:
|
Example:
|
||||||
run "grep error" (from stdin)
|
run "grep error" (from stdin)
|
||||||
run "grep -i warning log.txt"`
|
run "grep -i warn log.txt"`
|
||||||
case "cd":
|
case "cd":
|
||||||
return `cd <directory>
|
return `cd <directory>
|
||||||
Change working directory.
|
Change working directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user