diff options
author | Grail Finder <wohilas@gmail.com> | 2024-12-02 19:58:03 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2024-12-02 19:58:03 +0300 |
commit | a5ab816c9434022159548ac0d1872160b3c8908d (patch) | |
tree | a4e68c334f2a514f02afd65a1bb70eff415fb8cd /config.example.toml | |
parent | 8d3997baff25f28c23441699be7692f853cf1f0f (diff) |
Feat: add character card support
Diffstat (limited to 'config.example.toml')
-rw-r--r-- | config.example.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml index d1388e5..888de1a 100644 --- a/config.example.toml +++ b/config.example.toml @@ -7,3 +7,4 @@ AssistantRole = "assistant" AssistantIcon = "<🤖>: " UserIcon = "<user>: " ToolIcon = "<ï‚>>: " +SysDir = "sysprompts" |