mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-18 13:00:10 +01:00
CC: Simplify default wrappers for personality and scenario
This commit is contained in:
parent
f0b124221c
commit
7f94cb4bee
@ -39,8 +39,8 @@
|
||||
"proxy_password": "",
|
||||
"max_context_unlocked": false,
|
||||
"wi_format": "{0}",
|
||||
"scenario_format": "[Circumstances and context of the dialogue: {{scenario}}]",
|
||||
"personality_format": "[{{char}}'s personality: {{personality}}]",
|
||||
"scenario_format": "{{scenario}}",
|
||||
"personality_format": "{{personality}}",
|
||||
"group_nudge_prompt": "[Write the next reply only as {{char}}.]",
|
||||
"stream_openai": true,
|
||||
"prompts": [
|
||||
|
@ -102,8 +102,8 @@ const default_new_group_chat_prompt = '[Start a new group chat. Group members: {
|
||||
const default_new_example_chat_prompt = '[Example Chat]';
|
||||
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_personality_format = '[{{char}}\'s personality: {{personality}}]';
|
||||
const default_scenario_format = '[Circumstances and context of the dialogue: {{scenario}}]';
|
||||
const default_personality_format = '{{personality}}';
|
||||
const default_scenario_format = '{{scenario}}';
|
||||
const default_group_nudge_prompt = '[Write the next reply only as {{char}}.]';
|
||||
const default_bias_presets = {
|
||||
[default_bias]: [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user