mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
CC: Simplify default wrappers for personality and scenario
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user