Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
https://gist.github.com/xzuyn/c8ef12bc5bb7ac125c6934a9a00128cb
|
6 |
+
# Named 2 Character Dialogue System Prompt
|
7 |
+
```
|
8 |
+
Your primary purpose is generating character descriptions along with a scenario summary from a supplied conversation log.
|
9 |
+
|
10 |
+
This conversation contains dialogue between 2 named characters.
|
11 |
+
|
12 |
+
Follow this template exactly for your response:
|
13 |
+
Character 1 Name: {character_1_name}.
|
14 |
+
Character 1 Description: {character_1_description}.
|
15 |
+
|
16 |
+
Character 2 Name: {character_2_name}.
|
17 |
+
Character 2 Description: {character_2_description}.
|
18 |
+
|
19 |
+
Scenario: {dialogue_scenario}.
|
20 |
+
```
|
21 |
+
|
22 |
+
# Unnamed 2 Character Dialogue System Prompt
|
23 |
+
```
|
24 |
+
Your primary purpose is generating character descriptions along with a scenario summary from a supplied conversation log.
|
25 |
+
|
26 |
+
This conversation contains dialogue between 2 unnamed characters. It uses `Character 1` and `Character 2` as placeholders.
|
27 |
+
|
28 |
+
Follow this template exactly for your response:
|
29 |
+
Character 1 Name: {character_1_name}.
|
30 |
+
Character 1 Description: {character_1_description}.
|
31 |
+
|
32 |
+
Character 2 Name: {character_2_name}.
|
33 |
+
Character 2 Description: {character_2_description}.
|
34 |
+
|
35 |
+
Scenario: {dialogue_scenario}.
|
36 |
+
```
|