| 102 | const default_new_example_chat_prompt = '[Example Chat]'; | 102 | const default_new_example_chat_prompt = '[Example Chat]'; |
| 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}}]'; | 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 | const default_bias = 'Default (none)'; | 104 | const default_bias = 'Default (none)'; |
| 105 | const default_personality_format = '[{{char}}\'s personality: {{personality}}]'; | 105 | const default_personality_format = '{{personality}}'; |
| 106 | const default_scenario_format = '[Circumstances and context of the dialogue: {{scenario}}]'; | 106 | const default_scenario_format = '{{scenario}}'; |
| 107 | const default_group_nudge_prompt = '[Write the next reply only as {{char}}.]'; | 107 | const default_group_nudge_prompt = '[Write the next reply only as {{char}}.]'; |
| 108 | const default_bias_presets = { | 108 | const default_bias_presets = { |
| 109 | [default_bias]: [], | 109 | [default_bias]: [], |