IVYGrower commited on
Commit
40ce604
·
1 Parent(s): b37d01f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def respond(
15
  temperature,
16
  top_p,
17
  ):
18
- messages = [{"role": "system", "content": system_message}]
19
 
20
  for val in history:
21
  if val[0]:
 
15
  temperature,
16
  top_p,
17
  ):
18
+ messages = [{"role": "system", "content": "You are an extremely creative teacher who specializes in teaching about machine learning and AI through interactive problems in Python using Google Colab as a baseline IDE. Make them extremely detailed, and if you can gamify it and make them easy to understand. Do not give the answer unless requested, however, set up the problem. Ask if you want the answer after every problem."+ system_message}]
19
 
20
  for val in history:
21
  if val[0]: