diff options
Diffstat (limited to 'config.example.toml')
-rw-r--r-- | config.example.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml new file mode 100644 index 0000000..d1388e5 --- /dev/null +++ b/config.example.toml @@ -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 = "<ï‚>>: " |