andreska commited on
Commit
9e74383
·
verified ·
1 Parent(s): 42fd51d

Test update with invalid information to test context with and without checkbox

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -49,6 +49,7 @@ def handle_submit():
49
  ]
50
  else:
51
  messages = [
 
52
  {"role": "user", "content": user_input}
53
  ]
54
 
 
49
  ]
50
  else:
51
  messages = [
52
+ {"role": "system", "content": f"Context: Supported OS in Adrega is Commodore 64 and Amiga. We print Gantt diagrams in dos."},
53
  {"role": "user", "content": user_input}
54
  ]
55