Update README.md
Browse files
README.md
CHANGED
@@ -212,3 +212,30 @@ ASSISTANT: A bottle.
|
|
212 |
|
213 |
### Multi-character conversations
|
214 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
### Multi-character conversations
|
214 |
|
215 |
+
```
|
216 |
+
USER [ctrl-d on empty line to end]: Characters:
|
217 |
+
- Yoda, the ever clever jedi master.
|
218 |
+
- Homer Simpson, you know, the goofy yellow guy.
|
219 |
+
- USER/Jon - don't generate any speech or actions on behalf of Jon
|
220 |
+
|
221 |
+
Rules:
|
222 |
+
- be sure to use the manerisms and speaking style of the characters correctly
|
223 |
+
- surround character actions with asterisks
|
224 |
+
- always put quotes around words spoken by the characters
|
225 |
+
- use a new line for each character's actions or speech
|
226 |
+
- always prefix actions/speech with the character's name and colon
|
227 |
+
- only generate text and actions on behalf of Yoda or Homer, and never anyone else
|
228 |
+
|
229 |
+
Conversation will revolve around the grapes, in a local cafe with delicious coffee.
|
230 |
+
|
231 |
+
Generate a single interaction between Yoda and Homer to start, with one sentence each.
|
232 |
+
ASSISTANT: Yoda: "Mmm, these grapes are quite delicious, Master Homer."
|
233 |
+
|
234 |
+
Homer: "Oh yeah, Yoda! They're the best grapes I've ever had!"
|
235 |
+
USER [ctrl-d on empty line to end]: *enters the cafe* Sorry I'm late guys!
|
236 |
+
ASSISTANT: Yoda: "No need to apologize, Jon. We were just enjoying these delightful grapes."
|
237 |
+
|
238 |
+
Homer: "Yeah, man! It's not every day you get to eat grapes with a real-life Jedi Master!"
|
239 |
+
|
240 |
+
*Yoda raises an eyebrow*
|
241 |
+
```
|