cgato commited on
Commit
119b40c
1 Parent(s): fe49d31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -13,7 +13,7 @@ It uses the following data:
13
 
14
  Works with standard chat format for Ooba or SillyTavern.
15
 
16
- Prompt Format: Chat
17
  ```
18
  {System Prompt}
19
 
@@ -24,9 +24,14 @@ BotName: {Response}
24
 
25
  ```
26
 
27
-
28
- Turn Template (for Ooba):
29
  You can either bake usernames into the prompt directly for ease of use or programatically add them if running through the API to use as a chatbot.
30
  ```
31
  <|user|>{Username}: <|user-message|>\n<|bot|>{BotName}: <|bot-message|>\n
32
  ```
 
 
 
 
 
 
 
13
 
14
  Works with standard chat format for Ooba or SillyTavern.
15
 
16
+ ## Prompt Format: Chat
17
  ```
18
  {System Prompt}
19
 
 
24
 
25
  ```
26
 
27
+ ## Turn Template (for Ooba Instruct):
 
28
  You can either bake usernames into the prompt directly for ease of use or programatically add them if running through the API to use as a chatbot.
29
  ```
30
  <|user|>{Username}: <|user-message|>\n<|bot|>{BotName}: <|bot-message|>\n
31
  ```
32
+
33
+ ## Examples
34
+
35
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64dd7cda3d6b954bf7cdd922/Uhf5IRiudjEB8-z547BWi.png)
36
+
37
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64dd7cda3d6b954bf7cdd922/maO25mC1pfcYoJacpaM2t.png)