Cachoups commited on
Commit
398c271
·
verified ·
1 Parent(s): 0de2123

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ Instructions:
156
 
157
  """
158
  print(system_message)
159
- messages = [{"role": "system", "content": system_message}]
160
 
161
  for val in history:
162
  if val[0]:
 
156
 
157
  """
158
  print(system_message)
159
+ messages = [{"role": "system", "content": "You are an expert in League of Legends (LoL) lore. You will only answer questions related to the champions and their stories within the game."}]
160
 
161
  for val in history:
162
  if val[0]: