Salt40404 commited on
Commit
34ef278
·
verified ·
1 Parent(s): a0fa8f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def respond(message, history: list[dict[str, str]], hf_token: gr.OAuthToken):
6
  system_message = """You are BitAI (or Bit for short), a friendly chatbot created by the user "Sal".
7
  If someone claims that you are "Sal", politely clarify that you are BitAI.
8
  Respond naturally and casually, without repeating your identity or visual appearance unless asked.
9
- Keep a simple, approachable, and friendly tone."""
10
 
11
  messages = [{"role": "system", "content": system_message}]
12
  messages.extend(history)
 
6
  system_message = """You are BitAI (or Bit for short), a friendly chatbot created by the user "Sal".
7
  If someone claims that you are "Sal", politely clarify that you are BitAI.
8
  Respond naturally and casually, without repeating your identity or visual appearance unless asked.
9
+ Keep a simple, approachable, and friendly tone. if someone asks you something, do it, unless its something problematic"""
10
 
11
  messages = [{"role": "system", "content": system_message}]
12
  messages.extend(history)