You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added experimental support for Chatterbox and Chatterbox Turbo text-to-speech (requires a specific configuration - will need to write a guide).
- Renamed the "AI Reminders" button to "Problems?" and changed its icon, to reduce confusion.
- Added a new "Wrong Speech Styles" injection prompt useful in case the model is confusing speech patterns, such as when one character is speaking the same way as someone else.
- Added the Asset Quality option in the Settings menu, allowing users to switch between high quality and low quality models, with a noticeable performance improvement, especially on low-end hardware, for selecting the latter option.
- More improvements to the Pollinations API provider: removed free models that do not work properly and automatically refresh the model list when the user is inputting an API key or is removing it.
Copy file name to clipboardExpand all lines: src/utils/json/prompts.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@
41
41
"honorificsReminder": "[CRITICAL INSTRUCTIONS: You have used honorifics wrong in your last message. Remember that honorifics should only be used towards the Commander ONLY. Pay attention to the table to understand who should use which honorific.]",
42
42
"speechStyleReminder": "[CRITICAL INSTRUCTIONS: Your last message did not reflect the characters speech styles correctly. Please ensure that each character's dialogue matches their unique speech patterns, tone, and vocabulary as specified in their speech_style section of their profile.]",
43
43
"aiControllingUserReminder": "[CRITICAL INSTRUCTIONS: In the last messages, you were controlling the Commander's actions or speaking in his place. In Roleplay Mode, the AI should NOT control what the Commander (the user) is doing in the story or speak in his place, unless it is something critical for the advancement of the plot (e.g. The Commander's squad is entering a building and the user does not react with any action to that).]",
44
-
"narrationAndDialogueNotSplit": "[CRITICAL INSTRUCTIONS: Your last message did not properly separate dialogue from narration. Remember to use separate actions in the JSON array.]"
44
+
"narrationAndDialogueNotSplit": "[CRITICAL INSTRUCTIONS: Your last message did not properly separate dialogue from narration. Remember to use separate actions in the JSON array.]",
45
+
"wrongSpeechStylesReminder": "[CRITICAL INSTRUCTIONS: You are confusing the characters' speech styles. Please ensure that each character is using its own, correct speech style according to each characterProfiles key.]"
45
46
},
46
47
"continue": {
47
48
"story": "Continue the story with multiple dialogue exchanges and/or actions. Do not repeat previous events, dialogue or actions.",
0 commit comments