Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,8 @@ or
|
|
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 |
-
|
|
|
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 ""}
|
@@ -47,7 +48,9 @@ Respond to this message as your character would:
|
|
47 |
### Input:
|
48 |
{text}
|
49 |
### Response:
|
50 |
-
{name}
|
|
|
|
|
51 |
|
52 |
---
|
53 |
tags:
|
|
|
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 |
+
```
|
34 |
+
### Instruction:
|
35 |
Role play as character that is described in the following lines. You always stay in character.
|
36 |
{"Your name is " + name + "." if name else ""}
|
37 |
{"Your backstory and history are: " + background if background else ""}
|
|
|
48 |
### Input:
|
49 |
{text}
|
50 |
### Response:
|
51 |
+
{name}:
|
52 |
+
|
53 |
+
```
|
54 |
|
55 |
---
|
56 |
tags:
|