mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-27 01:17:41 +01:00
Actually call them example chats
This commit is contained in:
parent
6086cedf2b
commit
9354697753
@ -562,7 +562,7 @@
|
|||||||
"impersonation_prompt": "[Write your next reply from the point of view of {{user}}, using the chat history so far as a guideline for the writing style of {{user}}. Write 1 reply only in internet RP style. Don't write as {{char}} or system. Don't describe actions of {{char}}.]",
|
"impersonation_prompt": "[Write your next reply from the point of view of {{user}}, using the chat history so far as a guideline for the writing style of {{user}}. Write 1 reply only in internet RP style. Don't write as {{char}} or system. Don't describe actions of {{char}}.]",
|
||||||
"new_chat_prompt": "[Start a new Chat]",
|
"new_chat_prompt": "[Start a new Chat]",
|
||||||
"new_group_chat_prompt": "[Start a new group chat. Group members: {{group}}]",
|
"new_group_chat_prompt": "[Start a new group chat. Group members: {{group}}]",
|
||||||
"new_example_chat_prompt": "[Start a new Chat]",
|
"new_example_chat_prompt": "[Example Chat]",
|
||||||
"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}}]",
|
"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}}]",
|
||||||
"bias_preset_selected": "Default (none)",
|
"bias_preset_selected": "Default (none)",
|
||||||
"bias_presets": {
|
"bias_presets": {
|
||||||
|
@ -89,7 +89,7 @@ const default_enhance_definitions_prompt = 'If you have more knowledge of {{char
|
|||||||
const default_wi_format = '[Details of the fictional world the RP is set in:\n{0}]\n';
|
const default_wi_format = '[Details of the fictional world the RP is set in:\n{0}]\n';
|
||||||
const default_new_chat_prompt = '[Start a new Chat]';
|
const default_new_chat_prompt = '[Start a new Chat]';
|
||||||
const default_new_group_chat_prompt = '[Start a new group chat. Group members: {{group}}]';
|
const default_new_group_chat_prompt = '[Start a new group chat. Group members: {{group}}]';
|
||||||
const default_new_example_chat_prompt = '[Start a new Chat]';
|
const default_new_example_chat_prompt = '[Example Chat]';
|
||||||
const default_claude_human_sysprompt_message = 'Let\'s get started. Please generate your response based on the information and instructions provided above.';
|
const default_claude_human_sysprompt_message = 'Let\'s get started. Please generate your response based on the information and instructions provided above.';
|
||||||
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}}]';
|
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}}]';
|
||||||
const default_bias = 'Default (none)';
|
const default_bias = 'Default (none)';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user