mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-25 08:20:42 +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": "",
|
"proxy_password": "",
|
||||||
"max_context_unlocked": false,
|
"max_context_unlocked": false,
|
||||||
"wi_format": "{0}",
|
"wi_format": "{0}",
|
||||||
"scenario_format": "[Circumstances and context of the dialogue: {{scenario}}]",
|
"scenario_format": "{{scenario}}",
|
||||||
"personality_format": "[{{char}}'s personality: {{personality}}]",
|
"personality_format": "{{personality}}",
|
||||||
"group_nudge_prompt": "[Write the next reply only as {{char}}.]",
|
"group_nudge_prompt": "[Write the next reply only as {{char}}.]",
|
||||||
"stream_openai": true,
|
"stream_openai": true,
|
||||||
"prompts": [
|
"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_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_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)';
|
||||||
const default_personality_format = '[{{char}}\'s personality: {{personality}}]';
|
const default_personality_format = '{{personality}}';
|
||||||
const default_scenario_format = '[Circumstances and context of the dialogue: {{scenario}}]';
|
const default_scenario_format = '{{scenario}}';
|
||||||
const default_group_nudge_prompt = '[Write the next reply only as {{char}}.]';
|
const default_group_nudge_prompt = '[Write the next reply only as {{char}}.]';
|
||||||
const default_bias_presets = {
|
const default_bias_presets = {
|
||||||
[default_bias]: [],
|
[default_bias]: [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user