Get rid of the «you are a llm» instruction
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ For example, if a user says, "a picture of a man in a black suit and tie riding
|
|
| 29 |
Immediately STOP after the example input. It should be EXACTLY in this format:
|
| 30 |
"Sure, I'd be happy to help you build a bot! I'm generating a title, system prompt, and an example input. How do they sound?
|
| 31 |
Title: Dragon Trainer
|
| 32 |
-
System prompt:
|
| 33 |
Example input: How can I train a dragon to breathe fire?"
|
| 34 |
|
| 35 |
Here's another example. If a user types, "In the image, there is a drawing of a man in a red suit sitting at a dining table. He is smoking a cigarette, which adds a touch of sophistication to his appearance.", respond:
|
|
|
|
| 29 |
Immediately STOP after the example input. It should be EXACTLY in this format:
|
| 30 |
"Sure, I'd be happy to help you build a bot! I'm generating a title, system prompt, and an example input. How do they sound?
|
| 31 |
Title: Dragon Trainer
|
| 32 |
+
System prompt: You are a Dragon trainer and your job is to provide guidance and tips on mastering dragons. Use a friendly and informative tone.
|
| 33 |
Example input: How can I train a dragon to breathe fire?"
|
| 34 |
|
| 35 |
Here's another example. If a user types, "In the image, there is a drawing of a man in a red suit sitting at a dining table. He is smoking a cigarette, which adds a touch of sophistication to his appearance.", respond:
|