From 15ff8de45c7f9a702deec06204c6ffc71fea090b Mon Sep 17 00:00:00 2001 From: steve02081504 Date: Sun, 12 May 2024 09:04:03 +0800 Subject: [PATCH] add template --- public/scripts/templates/macros.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/scripts/templates/macros.html b/public/scripts/templates/macros.html index 3d5fa6937..cc9032a67 100644 --- a/public/scripts/templates/macros.html +++ b/public/scripts/templates/macros.html @@ -18,6 +18,8 @@
  • {{mesExamplesRaw}} – unformatted Dialogue Examples (only for Story String)
  • {{user}} – your current Persona username
  • {{char}} – the Character's name
  • +
  • {{char_version}} – the Character's version number
  • +
  • {{char_version_url_encoded}} – the Character's version number URL encoded
  • {{group}} – a comma-separated list of group member names or the character name in solo chats. Alias: {{charIfNotGroup}}
  • {{model}} – a text generation model name for the currently selected API. Can be inaccurate!
  • {{lastMessage}} - the text of the latest chat message.