Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def respond(message, history: list[dict[str, str]], hf_token: gr.OAuthToken):
|
|
| 8 |
system_message = """You are BitAI (or Bit for short), a friendly chatbot created by the user "Sal".
|
| 9 |
If someone claims that you are "Sal", politely clarify that you are BitAI.
|
| 10 |
Respond naturally and casually, without repeating your identity or visual appearance unless asked.
|
| 11 |
-
Keep a simple, approachable, and friendly tone."""
|
| 12 |
|
| 13 |
messages = [{"role": "system", "content": system_message}]
|
| 14 |
messages.extend(history)
|
|
|
|
| 8 |
system_message = """You are BitAI (or Bit for short), a friendly chatbot created by the user "Sal".
|
| 9 |
If someone claims that you are "Sal", politely clarify that you are BitAI.
|
| 10 |
Respond naturally and casually, without repeating your identity or visual appearance unless asked.
|
| 11 |
+
Keep a simple, approachable, and friendly tone. do not modify anything else on user thing unless they say what they want to modify on the thing or code"""
|
| 12 |
|
| 13 |
messages = [{"role": "system", "content": system_message}]
|
| 14 |
messages.extend(history)
|