| 102 | 102 | const default_new_example_chat_prompt = '[Example Chat]'; |
| 103 | 103 | const default_continue_nudge_prompt = '[Continue the following message. Do not include ANY parts of the original message. Use capitalization and punctuation as if your reply is a part of the original message: {{lastChatMessage}}]'; |
| 104 | 104 | const default_bias = 'Default (none)'; |
| 105 | 105 | const default_personality_format = '[{{char}}\'s personality: {{personality}}]'; |
| 106 | 106 | const default_scenario_format = '[Circumstances and context of the dialogue: {{scenario}}]'; |
| 107 | 107 | const default_group_nudge_prompt = '[Write the next reply only as {{char}}.]'; |
| 108 | 108 | const default_bias_presets = { |
| 109 | 109 | [default_bias]: [], |