DreamGenX commited on
Commit
db450b6
1 Parent(s): 56b5cee

Upload /configs/lmstudio/preset.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. configs/lmstudio/preset.json +11 -0
configs/lmstudio/preset.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "OpusV1StoryWriting",
3
+ "inference_params": {
4
+ "input_prefix": "<|im_end|>\n<|im_start|>user\n",
5
+ "input_suffix": "<|im_end|>\n<|im_start|>text\n",
6
+ "antiprompt": ["<|im_start|>", "<|im_end|>"],
7
+ "pre_prompt_prefix": "<|im_start|>system\n",
8
+ "pre_prompt_suffix": "",
9
+ "pre_prompt": "You are an intelligent, skilled, versatile writer.\n\nYour task is to write a story based on the information below.\n\n## Overall plot description:\n\n"
10
+ }
11
+ }