Tags give the ability to mark specific points in history as being important
-
5.24.0
ddb0a5ad · ·5.24.0 PROMPT INJECTION UPDATE --- So basically, there are 8 new variables: 6 message injectors (string): - pre_user / pre_assistant / pre_system ^ these will be prefixing each message from their role - post_user / post_assistant / post_system ^ these will be suffixing each message from their role 2 history injectors (list of message dicts): - pre_history / post_history Basically, each message dict must contain a "role" key and a "content" key. "role" should be one of: user/assistant/system and "content is the actual message content" You can just take a message history dict from a /save, these are loaded the same. Note that history injectors won't be affected by message injectors!
-
5.23.1
2355d639 · ·5.23.1 Added /lts command to enable/disable long term souvenirs and permanently disabled the image generation 'tool' as a function to be called by the AI. This should not have been hardcoded in the first place.
-
5.22.4
704e1cf3 · ·5.22.4 Fixed a bug where some unicode characters would not load properly, and prevent the user from using owega if their Conversation contained invalid ones. Also fixed a bug where get_page would try and run debug_print with an old syntax. Note to self: Please, replace all debug_print uses with getLogger loggers.