File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -14,23 +14,21 @@ M.code_system_prompt = "You are an AI working as a code editor.\n\n"
14
14
.. " START AND END YOUR ANSWER WITH:\n\n ```"
15
15
16
16
M .chat_template = [[
17
+ ---
17
18
# topic: ?
18
-
19
- - file: {{filename}}
20
19
{{optional_headers}}
21
- Write your queries after {{user_prefix}}. Use `{{respond_shortcut}}` or :{{cmd_prefix}}ChatRespond to generate a response.
22
- Response generation can be terminated by using `{{stop_shortcut}}` or :{{cmd_prefix}}ChatStop command.
23
- Chats are saved automatically. To delete this chat, use `{{delete_shortcut}}` or :{{cmd_prefix}}ChatDelete.
24
- Be cautious of very long chats. Start a fresh chat by using `{{new_shortcut}}` or :{{cmd_prefix}}ChatNew.
25
-
20
+ # Write your queries after {{user_prefix}}. Use `{{respond_shortcut}}` or :{{cmd_prefix}}ChatRespond to generate a response.
21
+ # Response generation can be terminated by using `{{stop_shortcut}}` or :{{cmd_prefix}}ChatStop command.
22
+ # Chats are saved automatically. To delete this chat, use `{{delete_shortcut}}` or :{{cmd_prefix}}ChatDelete.
23
+ # Be cautious of very long chats. Start a fresh chat by using `{{new_shortcut}}` or :{{cmd_prefix}}ChatNew.
26
24
---
27
25
28
26
{{user_prefix}}
29
27
]]
30
28
31
29
M .short_chat_template = [[
30
+ ---
32
31
# topic: ?
33
- - file: {{filename}}
34
32
---
35
33
36
34
{{user_prefix}}
You can’t perform that action at this time.
0 commit comments