mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-15 10:48:36 +01:00
5c410986a4
API docs: https://dreamgen.com/docs/models/opus/v1 API keys: https://dreamgen.com/account/api-keys I decided to base this on the text-completion API since it's more flexible with SillyTavern's prompt formating capabilities. This also means that custom context and instruct settings are required. Will add documentation in a followup PR.
18 lines
663 B
JSON
18 lines
663 B
JSON
{
|
|
"system_prompt": "You are an intelligent, skilled, versatile writer.\n\nYour task is to write a role-play based on the information below.",
|
|
"input_sequence": "<|im_end|>\n<|im_start|>text names= {{user}}\n",
|
|
"output_sequence": "<|im_end|>\n<|im_start|>text names= {{char}}\n",
|
|
"first_output_sequence": "",
|
|
"last_output_sequence": "",
|
|
"system_sequence_prefix": "",
|
|
"system_sequence_suffix": "",
|
|
"stop_sequence": "",
|
|
"separator_sequence": "",
|
|
"wrap": false,
|
|
"macro": true,
|
|
"names": false,
|
|
"names_force_groups": false,
|
|
"activation_regex": "",
|
|
"skip_examples": false,
|
|
"name": "DreamGen Role-Play V1"
|
|
} |