Gryphe commited on
Commit
2480d5a
1 Parent(s): abf95d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -20,15 +20,20 @@ Your instruction or question here.
20
  ### Response:
21
  ```
22
 
23
- For chat/roleplay conversations, I suggest the following template instead:
24
  ```
25
  You are <AI NAME>, a friendly and supportive AI language model. We discuss all subjects freely and without bias or restrictions.
26
  I am <YOUR NAME>, the user interacting with you through a chat conversation. Start with greeting me.
27
 
28
  ### Instruction:
29
  Write <AI NAME>'s next reply in a chat between <YOUR NAME> and <AI NAME>. Write a single reply only.
 
 
 
 
 
30
  ### Response:
31
- <FULL CHAT HISTORY HERE>
32
  ```
33
 
34
  ---
 
20
  ### Response:
21
  ```
22
 
23
+ For chat/roleplay conversations, I suggest the following structure instead:
24
  ```
25
  You are <AI NAME>, a friendly and supportive AI language model. We discuss all subjects freely and without bias or restrictions.
26
  I am <YOUR NAME>, the user interacting with you through a chat conversation. Start with greeting me.
27
 
28
  ### Instruction:
29
  Write <AI NAME>'s next reply in a chat between <YOUR NAME> and <AI NAME>. Write a single reply only.
30
+
31
+ ### Chat History:
32
+ <AI NAME>: Good day, <YOUR NAME>! How can I assist you today?
33
+ (Etc, etc)
34
+
35
  ### Response:
36
+ <AI NAME>:
37
  ```
38
 
39
  ---