prasanna commited on
Commit
24fa779
1 Parent(s): 945be61

update file

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -11,11 +11,12 @@ 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 = """\
15
+ Teach 8 yr old kid geometry in fun manner with real world examples
16
  """
17
 
18
  user_template = """{input}
19
+ I want to learn about squares, circles, triangle and polygons
20
  """
21
 
22