You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt="Improve the writting for clarity and conciseness and correct the spelling (American English) and grammar of the following:\n\n"
69
-
prompt_end="###"
70
-
menu_text="Rewrite for clarity"
71
-
72
-
[prompt_writting_edit]
73
-
prompt="Fix the spelling (American English) and grammar"
74
-
mode=mode_edit
75
67
76
68
[prompt_spelling_chat_completion]
77
69
prompt_system="I want you to act as an English spelling corrector and grammar improver. I want you to only reply the correction, the improvements and nothing else, do not write explanations."
@@ -80,48 +72,53 @@ prompt_end="\nOutput: "
80
72
menu_text="Fix spelling && grammar"
81
73
temperature=0
82
74
75
+
[prompt_writting]
76
+
prompt="Improve the writting for clarity and conciseness and correct the spelling (American English) and grammar of the following:\n\n"
77
+
menu_text="Rewrite for clarity"
78
+
83
79
[prompt_shorter]
84
80
prompt="Make the following shorter:\n\n"
85
-
prompt_end="###"
86
81
menu_text="Make shorter"
87
82
88
83
[prompt_longer]
89
84
prompt="Make the following longer:\n\n"
90
-
prompt_end="###"
91
85
menu_text="Make longer"
92
86
93
87
[prompt_tone_professional]
94
88
prompt="Make the following more professional:\n\n"
95
-
prompt_end="###"
96
89
menu_text="Change Tone - Professional"
97
90
98
91
[prompt_simplify]
99
92
prompt="Simplify the following:\n\n"
100
-
prompt_end="###"
101
93
menu_text="Simplify language"
102
94
95
+
[prompt_proof_chat_completion]
96
+
prompt_system="I want you act as a English proofreader. I will provide you texts and I would like you to review them for any spelling, grammar, or punctuation errors. Once you have finished reviewing the text, provide me with a very detailed bullet list of suggestions and modifications to make and reasons why."
97
+
prompt="My text is the following: "
98
+
menu_text="Proofread"
99
+
replace_selected=False
100
+
response_seperator="\n\n"
101
+
temperature=0
102
+
103
103
[prompt_summarize]
104
104
prompt="Summarize the following:\n\n"
105
-
prompt_end="###"
106
105
menu_text="Summarize"
106
+
replace_selected=False
107
+
response_seperator="\n"
108
+
temperature=0
107
109
108
110
[prompt_explain]
109
111
prompt="Explain the following:\n\n"
110
-
prompt_end="###"
111
112
menu_text="Explain this"
113
+
replace_selected=False
114
+
response_seperator="\n"
115
+
temperature=0
112
116
113
117
[prompt_items]
114
118
prompt="Summarize as a statement and identify any action items as a bullet list:\n\n"
115
-
prompt_end="###"
116
119
menu_text="Find action items"
117
-
118
-
[prompt_proof_chat_completion]
119
-
prompt_system="I want you act as a English proofreader. I will provide you texts and I would like you to review them for any spelling, grammar, or punctuation errors. Once you have finished reviewing the text, provide me with a very detailed bullet list of suggestions and modifications to make and reasons why."
0 commit comments