From 0642abbfe520ed0a372760284d559ea1900cadcd Mon Sep 17 00:00:00 2001 From: Cohee Date: Thu, 8 Jun 2023 01:47:24 +0300 Subject: [PATCH] Add per-character system prompt overrides --- public/i18n.json | 8 +++---- public/index.html | 45 +++++++++++++++++++++--------------- public/script.js | 5 ++-- public/scripts/openai.js | 12 ++++++---- public/scripts/power-user.js | 24 ++++++++++++++++--- public/style.css | 2 +- 6 files changed, 63 insertions(+), 33 deletions(-) diff --git a/public/i18n.json b/public/i18n.json index d5a5c3cd4..fe566a7a0 100644 --- a/public/i18n.json +++ b/public/i18n.json @@ -205,12 +205,12 @@ "UI Theme Preset":"UI Theme Preset", "Power User Options":"Power User Options", "Swipes":"Swipes", - "Background Sound Only":"Background Sound Only", + "Background Sound Only":"BG Sound Only", "Auto-load Last Chat":"Auto-load Last Chat", - "Auto-save Message Edits":"Auto-save Message Edits", + "Auto-save Message Edits":"Auto-save Chat Edits", "Auto-fix Markdown":"Auto-fix Markdown", - "Allow {{char}}: in bot messages":"Allow {{char}}: in bot messages", - "Allow {{user}}: in bot messages":"Allow {{user}}: in bot messages", + "Allow {{char}}: in bot messages":"Show {{char}} in messages", + "Allow {{user}}: in bot messages":"Show {{user}} in messages", "Auto-scroll Chat":"Auto-scroll Chat", "Render Formulas":"Render Formulas", "Send on Enter":"Send on Enter", diff --git a/public/index.html b/public/index.html index 7891a11f7..b71b46d3d 100644 --- a/public/index.html +++ b/public/index.html @@ -1882,6 +1882,20 @@
+ + + + -