-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdefault-config.json
More file actions
119 lines (117 loc) · 4.63 KB
/
default-config.json
File metadata and controls
119 lines (117 loc) · 4.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"PROFILE_NAME": "Default",
"ENABLE_SHORTCUTS_DEFAULT": true,
"globalAutoSendEnabled": true,
"enableShortcuts": true,
"hideOnPageAutoSendToggle": false,
"hideOnPageHotkeysToggle": false,
"hideOnPageFloatingPanelToggle": false,
"firstModificationDone": false,
"enableQueueMode": false,
"queueDelayMinutes": 5,
"queueDelaySeconds": 300,
"queueDelayUnit": "min",
"queueRandomizeEnabled": false,
"queueRandomizePercent": 5,
"queueHideActivationToggle": false,
"customButtons": [
{
"icon": "🧠",
"text": " Let's think about it: Do not write code, just discuss implementation and tell me, if I missed something. Try to generate human-level pseudocode overview of what will happen.",
"autoSend": false
},
{
"icon": "🧐",
"text": " Explain this concept or process in detail, but be short and on the point. Make Easier to understand.",
"autoSend": true
},
{
"icon": "💡",
"text": " <Rewrite this text, keeping all original information. Add explanations to non-obvious concepts only, don't explain basic things, only explain advanced concepts, like you would explain to an advanced expert, just this particular field is new to him.",
"autoSend": true
},
{ "separator": true },
{
"icon": "🎓",
"text": " This was text of my conspectus. Correct this conspectus. Start your response with a percentage of correctness, then explain what went wrong. only go about real, serious errors. \"Clarity\" is out of review now",
"autoSend": true
},
{
"icon": "➕",
"text": " ... Add additional information to this text, especially continue from this point. Focus on providing new content beyond what has already been written.",
"autoSend": true
},
{
"icon": "🗜️",
"text": " Provide a concise and focused explanation on this topic, answer directly to question, keep your answers short",
"autoSend": true
},
{ "icon": "3", "text": " Explain in 3 sentences", "autoSend": true },
{ "icon": "2", "text": " Explain in 2 sentences", "autoSend": true },
{
"autoSend": true,
"icon": "👌",
"text": "Keep all your responses short, but pack them with useful information."
},
{
"icon": "📖",
"text": " Read this large chunk of text. Respond with \"Acknowledged\" for now. I will ask questions about this text later.",
"autoSend": true
},
{
"icon": "🌐",
"text": " Factcheck data in your last message. Perform a web search on this topic and provide an answer based on the results. Cite sources or inform about source fetch failure. To be clear, I don't say that your message was invalid, I just want additional verification to be sure. Write concise response. I DO NOT WANT A BREAKDOWN, just write \"all correct!\"",
"autoSend": true
},
{ "separator": true },
{
"icon": "📅",
"text": " Provide your next answer in a form of a table",
"autoSend": false
},
{
"icon": "💻",
"text": " output ONLY CODE, not explanations. Start by typing code in a code block",
"autoSend": true
},
{
"icon": "🛠️",
"text": " I want you to use Python for ALL calculations, and if they fail, retry, and if they fail again - then do not give answer based on your training data, tell me about failure",
"autoSend": true
},
{
"icon": "📝",
"text": " <Just check grammar in this text, and retype it correctly. Frame corrected text with the MD horizontal lines. Explain grammatical errors found or state if none is found.",
"autoSend": true
},
{ "separator": true },
{ "icon": "🇺🇸", "text": " Translate text to English", "autoSend": true },
{
"icon": "🔄",
"text": " just answer normally from now on",
"autoSend": true
},
{ "separator": true },
{
"autoSend": true,
"icon": "📰",
"text": " The text above was about the topics we had already covered: to reduce context length in this chat, i created a summary of conversation with you, that I had. Read it so we can proceed learning what we had missed. Now just say ok."
},
{
"autoSend": true,
"icon": "🗞️",
"text": " Summarize all covered in this conversation since last summarization, if were any or from the beginning. Provide longest summary possible."
},
{
"autoSend": true,
"icon": "😮",
"text": "Activate the Emotional Resonance Mode and keep it active"
},
{ "separator": true },
{
"icon": "⚙️",
"text": "%OCP_APP_SETTINGS_SYSTEM_BUTTON%",
"autoSend": false
}
]
}