hanzla commited on
Commit
8503060
·
verified ·
1 Parent(s): f9a074f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def generate_response(message, history):
59
  return "Sorry, the model could not be loaded. Please check the logs."
60
 
61
  messages = [
62
- {"role": "system", "content": "You are a helpful assistant. You think before answering"},
63
  ]
64
 
65
  # Add chat history to messages
 
59
  return "Sorry, the model could not be loaded. Please check the logs."
60
 
61
  messages = [
62
+ {"role": "system", "content": "You are a helpful assistant. You think loud before answering anything"},
63
  ]
64
 
65
  # Add chat history to messages