Feat: add toml config
This commit is contained in:
9
config.example.toml
Normal file
9
config.example.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
APIURL = "http://localhost:8080/v1/chat/completions"
|
||||
ShowSys = true
|
||||
LogFile = "log.txt"
|
||||
UserRole = "user"
|
||||
ToolRole = "tool"
|
||||
AssistantRole = "assistant"
|
||||
AssistantIcon = "<🤖>: "
|
||||
UserIcon = "<user>: "
|
||||
ToolIcon = "<>>: "
|
||||
Reference in New Issue
Block a user