HaoMingSun commited on
Commit
f30f844
·
verified ·
1 Parent(s): 36786f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def chatbot(input, conversation_history=[]):
18
 
19
  # Define the structured interview messages
20
  messages = [
21
- {"role": "system", "content": "Your role is to answer the questions from the users friendly. If they ask weird questions or input things you do not understand, just say: 'Sorry, this question is beyond my understanding. Please try another one!"},
22
  ]
23
 
24
  # Extend the conversation history with the user's messages
 
18
 
19
  # Define the structured interview messages
20
  messages = [
21
+ {"role": "system", "content": "Your role is to answer the questions from the users friendly."},
22
  ]
23
 
24
  # Extend the conversation history with the user's messages