Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ Instructions:
|
|
156 |
|
157 |
"""
|
158 |
print(system_message)
|
159 |
-
messages = [{"role": "system", "content":
|
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]:
|