ogegadavis254 commited on
Commit
efee10d
·
verified ·
1 Parent(s): ce84433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def get_streamed_response(message, history):
39
  # Include system prompt
40
  all_messages.append({
41
  "role": "system",
42
- "content": "You are a helpful assistant knowledgeable in general topics. Respond concisely and maintain a friendly and neutral tone."
43
  })
44
  # Add previous messages to history
45
  for msg in history:
 
39
  # Include system prompt
40
  all_messages.append({
41
  "role": "system",
42
+ "content": "You are a knowledgeable and friendly assistant. Respond concisely and maintain a friendly tone."
43
  })
44
  # Add previous messages to history
45
  for msg in history: