summaryrefslogtreecommitdiff
path: root/config.example.toml
blob: c52f2670ef46f4f7b0e0b3c89f7ea8edc58fac73 (plain)
1
2
3
4
5
6
7
8
9
10
11
APIURL = "http://localhost:8080/v1/chat/completions"
ShowSys = true
LogFile = "log.txt"
UserRole = "user"
ToolRole = "tool"
AssistantRole = "assistant"
AssistantIcon = "<🤖>: "
UserIcon = "<user>: "
ToolIcon = "<ï‚­>>: "
SysDir = "sysprompts"
ChunkLimit = 100000