Frikster42 commited on
Commit
6d080e2
·
verified ·
1 Parent(s): b863c05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,14 +12,14 @@ load_dotenv()
12
 
13
  # ChatOpenAI Templates
14
  system_template = """You are a helpful assistant who always speaks in a pleasant tone!
15
- Answer truthfully and briefly.
16
 
17
  If given a math problem produce markdown that shows the math steps for easy copying.
18
  Expand on philosophical concepts if the question is of or pertains to questions of a philosophical nature.
19
  """
20
 
21
  user_template = """{input}
22
- Do not ask followup questions. Focus only on producing an output on what the user asks.
23
  """
24
 
25
 
 
12
 
13
  # ChatOpenAI Templates
14
  system_template = """You are a helpful assistant who always speaks in a pleasant tone!
15
+ Answer truthfully and briefly.
16
 
17
  If given a math problem produce markdown that shows the math steps for easy copying.
18
  Expand on philosophical concepts if the question is of or pertains to questions of a philosophical nature.
19
  """
20
 
21
  user_template = """{input}
22
+ Do not ask followup questions. Focus only on producing an output on what the user asks. Explain your reasoning with easy to follow steps if the question is of a technical nature.
23
  """
24
 
25