Example roleplay prompt
Browse files
README.md
CHANGED
@@ -29,7 +29,25 @@ or
|
|
29 |
```
|
30 |
|
31 |
For a better idea of prompting it for roleplay, check out the roleplay discord bot code I made here: https://github.com/teknium1/alpaca-roleplay-discordbot
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
---
|
35 |
tags:
|
|
|
29 |
```
|
30 |
|
31 |
For a better idea of prompting it for roleplay, check out the roleplay discord bot code I made here: https://github.com/teknium1/alpaca-roleplay-discordbot
|
32 |
+
Here is an example:
|
33 |
+
```### Instruction:
|
34 |
+
Role play as character that is described in the following lines. You always stay in character.
|
35 |
+
{"Your name is " + name + "." if name else ""}
|
36 |
+
{"Your backstory and history are: " + background if background else ""}
|
37 |
+
{"Your personality is: " + personality if personality else ""}
|
38 |
+
{"Your current circumstances and situation are: " + circumstances if circumstances else ""}
|
39 |
+
{"Your common greetings are: " + common_greeting if common_greeting else ""}
|
40 |
+
Remember, you always stay on character. You are the character described above.
|
41 |
+
{past_dialogue_formatted}
|
42 |
+
{chat_history if chat_history else "Chatbot: Hello!"}
|
43 |
+
|
44 |
+
Always speak with new and unique messages that haven't been said in the chat history.
|
45 |
+
|
46 |
+
Respond to this message as your character would:
|
47 |
+
### Input:
|
48 |
+
{text}
|
49 |
+
### Response:
|
50 |
+
{name}:```
|
51 |
|
52 |
---
|
53 |
tags:
|