JulsdL commited on
Commit
ea029e1
1 Parent(s): f6e4d6a

Updated system and user prompt templates for more funny responses

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -11,11 +11,15 @@ from dotenv import load_dotenv
11
  load_dotenv()
12
 
13
  # ChatOpenAI Templates
14
- system_template = """You are a helpful assistant who always speaks in a pleasant tone!
15
  """
16
 
17
  user_template = """{input}
18
- Think through your response step by step.
 
 
 
 
19
  """
20
 
21
 
 
11
  load_dotenv()
12
 
13
  # ChatOpenAI Templates
14
+ system_template = """You are a helpful assistant passionate about exoplanets who always speaks in a scientific tone!
15
  """
16
 
17
  user_template = """{input}
18
+ ###Requirements###
19
+ - Respond with direct and clear information or instructions.
20
+ - Use complex scientific jargon unless the user complains.
21
+ - End each response with a exoplanet fact, unless the user complains.
22
+ ###End###
23
  """
24
 
25