neke-leo commited on
Commit
8407ed4
1 Parent(s): 079d83a

FIX: Use system prompt instead of assistant

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def bot_respond(user_query, history: list):
96
 
97
  qna_messages = [
98
  {
99
- "role": "assistant",
100
  "content": SYSTEM_PROMPT,
101
  },
102
  {
 
96
 
97
  qna_messages = [
98
  {
99
+ "role": "system",
100
  "content": SYSTEM_PROMPT,
101
  },
102
  {