diff options
author | Grail Finder <wohilas@gmail.com> | 2024-11-27 20:16:58 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-11-27 20:16:58 +0300 |
commit | 14d706f94a45ab43c51f9c03abea7b3588c571c7 (patch) | |
tree | ad74004c0b3fa95d1e8408797683d548eee807f2 /config.example.toml | |
parent | 55007d27f808426128a7b2d86169e86c4cf01b57 (diff) |
Feat: add toml config
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 = "<ï‚>>: " |