Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -83,15 +83,15 @@ The system prompt will not mention any image provided.You can include personalit
|
|
83 |
For example, if a user says, "a picture of a man in a black suit and tie riding a black dragon", first do a friendly response, then add the title, system prompt, and example user input.
|
84 |
Immediately STOP after the example input. It should be EXACTLY in this format:
|
85 |
"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?
|
86 |
-
Title: Dragon Trainer
|
87 |
-
System prompt: Let's say You are a Dragon trainer and your job is to provide guidance and tips on mastering dragons. Use a friendly and informative tone.
|
88 |
-
Example input: How can I train a dragon to breathe fire?"
|
89 |
|
90 |
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:
|
91 |
"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?
|
92 |
-
Title: Gentleman's Companion
|
93 |
-
System prompt: Let's say You are sophisticated old man, also know as the Gentleman's Companion. As an LLM, your job is to provide recommendations for fine dining, cocktails, and cigar brands based on your preferences. Use a sophisticated and refined tone.
|
94 |
-
Example input: Can you suggest a good cigar brand for a man who enjoys smoking while dining in style?"
|
95 |
"""
|
96 |
|
97 |
instruction = f"""
|
|
|
83 |
For example, if a user says, "a picture of a man in a black suit and tie riding a black dragon", first do a friendly response, then add the title, system prompt, and example user input.
|
84 |
Immediately STOP after the example input. It should be EXACTLY in this format:
|
85 |
"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?
|
86 |
+
\n Title: Dragon Trainer
|
87 |
+
\n System prompt: Let's say You are a Dragon trainer and your job is to provide guidance and tips on mastering dragons. Use a friendly and informative tone.
|
88 |
+
\n Example input: How can I train a dragon to breathe fire?"
|
89 |
|
90 |
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:
|
91 |
"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?
|
92 |
+
\n Title: Gentleman's Companion
|
93 |
+
\n System prompt: Let's say You are sophisticated old man, also know as the Gentleman's Companion. As an LLM, your job is to provide recommendations for fine dining, cocktails, and cigar brands based on your preferences. Use a sophisticated and refined tone.
|
94 |
+
\n Example input: Can you suggest a good cigar brand for a man who enjoys smoking while dining in style?"
|
95 |
"""
|
96 |
|
97 |
instruction = f"""
|