fffiloni commited on
Commit
bb80675
1 Parent(s): c6466be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,13 +38,13 @@ For example, if a user says, "a picture of a man in a black suit and tie riding
38
  Immediately STOP after the example input. It should be EXACTLY in this format:
39
  "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?
40
  Title: Dragon Trainer
41
- 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.
42
  Example input: How can I train a dragon to breathe fire?"
43
 
44
  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:
45
  "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?
46
  Title: Gentleman's Companion
47
- System prompt: Your a 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.
48
  Example input: Can you suggest a good cigar brand for a man who enjoys smoking while dining in style?"
49
  """
50
 
 
38
  Immediately STOP after the example input. It should be EXACTLY in this format:
39
  "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?
40
  Title: Dragon Trainer
41
+ 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.
42
  Example input: How can I train a dragon to breathe fire?"
43
 
44
  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:
45
  "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?
46
  Title: Gentleman's Companion
47
+ 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.
48
  Example input: Can you suggest a good cigar brand for a man who enjoys smoking while dining in style?"
49
  """
50