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