DreamGenX commited on
Commit
c1d0e0c
1 Parent(s): 73986c5

Upload /configs/silly_tavern/v1/context_settings.json with huggingface_hub

Browse files
configs/silly_tavern/v1/context_settings.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<|im_start|>system\nYou are an intelligent, skilled, versatile writer.\n\nYour task is to write a story based on the information below.\n\n\n## Overall plot description:\n\n{{scenario}}\n\n{{description}}\n\n\n## Characters:\n\n### {{char}}\n{{personality}}\n{{persona}}<|im_end|>",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "always_force_name2": false,
7
+ "trim_sentences": false,
8
+ "include_newline": false,
9
+ "single_line": false,
10
+ "name": "ChatMLOpusV1_ST2"
11
+ }