Add summarize prompt to specialPrompts
This commit is contained in:
parent
02787e2f25
commit
8abb7e349b
1 changed files with 16 additions and 0 deletions
|
|
@ -324,6 +324,22 @@ const specialPrompts = [
|
|||
is_default: "1",
|
||||
is_special: "1",
|
||||
},
|
||||
{
|
||||
id: 'prompt_summarize',
|
||||
name: "__MSG_prompt_summarize__",
|
||||
text: "prompt_summarize_full_text",
|
||||
type: "1",
|
||||
action: "0",
|
||||
need_selected: "0",
|
||||
need_signature: "0",
|
||||
need_custom_text: "0",
|
||||
define_response_lang: "0",
|
||||
use_diff_viewer: "0",
|
||||
api_type: '',
|
||||
api_model: '',
|
||||
is_default: "1",
|
||||
is_special: "1",
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue