Files
gf-lt/config.example.toml
2024-12-02 19:58:03 +03:00

11 lines
245 B
TOML

APIURL = "http://localhost:8080/v1/chat/completions"
ShowSys = true
LogFile = "log.txt"
UserRole = "user"
ToolRole = "tool"
AssistantRole = "assistant"
AssistantIcon = "<🤖>: "
UserIcon = "<user>: "
ToolIcon = "<>>: "
SysDir = "sysprompts"