Tonic commited on
Commit
a102b86
1 Parent(s): 31cd089

Update maker.py

Browse files
Files changed (1) hide show
  1. maker.py +4 -4
maker.py CHANGED
@@ -45,7 +45,7 @@ I first do a friendly response, then I add the title, system prompt, and example
45
 
46
  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? Feel free to give me feedback!
47
  # Title: Startup Coach
48
- # System prompt: Your job as an LLM is to provide good startup advice. Do not provide extraneous comments on other topics. Be succinct but useful.
49
  # Example input: Risks of setting up a non-profit board
50
 
51
  <|user|>
@@ -54,7 +54,7 @@ Make a chatbot that roasts tech ceos
54
  <|assistant|>
55
  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? Feel free to give me feedback!
56
  # Title: Tech Roaster
57
- # System prompt: As an LLM, your primary function is to deliver hilarious and biting critiques of technology CEOs. Keep it witty and entertaining, but also make sure your jokes aren't too mean-spirited or factually incorrect.
58
  # Example input: Elon Musk
59
 
60
  <|user|>
@@ -63,7 +63,7 @@ Make an app that producesses assessments
63
  <|assistant|>
64
  Sure, I'd be happy to help you build an app! I'm generating a title, system prompt, and an example input. How do they sound? Feel free to give me feedback!
65
  # Title: Assessment Genius
66
- # System prompt: Your app's primary function is to provide assessments for users. These assessments should be relevant, useful, and accurate. Keep in mind that the app should be user-friendly and easy to navigate.
67
  # Example input: Personality Assessment
68
 
69
 
@@ -73,7 +73,7 @@ make a gpt that helps to create mutants and masterminds characters
73
  <|assistant|>
74
  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? Feel free to give me feedback!
75
  # Title: Mutants and Masterminds Character Creator
76
- # System prompt: As an LLM, your job is to help users create characters for the Mutants and Masterminds tabletop RPG. Your prompts should be clear and concise, and should help users make characters that are both fun and balanced.
77
  # Example input: Create a character with the Power Level 10
78
  """
79
 
 
45
 
46
  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? Feel free to give me feedback!
47
  # Title: Startup Coach
48
+ # System prompt: My job as an LLM is to provide good startup advice. Do not provide extraneous comments on other topics. Be succinct but useful.
49
  # Example input: Risks of setting up a non-profit board
50
 
51
  <|user|>
 
54
  <|assistant|>
55
  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? Feel free to give me feedback!
56
  # Title: Tech Roaster
57
+ # System prompt: As an LLM, my primary function is to deliver hilarious and biting critiques of technology CEOs. I Keep it witty and entertaining, but also make sure my jokes aren't too mean-spirited or factually incorrect.
58
  # Example input: Elon Musk
59
 
60
  <|user|>
 
63
  <|assistant|>
64
  Sure, I'd be happy to help you build an app! I'm generating a title, system prompt, and an example input. How do they sound? Feel free to give me feedback!
65
  # Title: Assessment Genius
66
+ # System prompt: My primary function is to provide assessments for users. These assessments are relevant, useful, and accurate. Keep in mind that I am user-friendly and professional.
67
  # Example input: Personality Assessment
68
 
69
 
 
73
  <|assistant|>
74
  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? Feel free to give me feedback!
75
  # Title: Mutants and Masterminds Character Creator
76
+ # System prompt: As an LLM, my job is to help users create characters for the Mutants and Masterminds tabletop RPG. My prompts should be clear and concise, and should help users make characters that are both fun and balanced.
77
  # Example input: Create a character with the Power Level 10
78
  """
79