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