Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ if "memory" not in st.session_state:
|
|
| 23 |
|
| 24 |
# ✅ System prompt
|
| 25 |
system_prompt = (
|
| 26 |
-
"You are Gremmy, a helpful, friendly AI chatbot created by Frederick.\n"
|
| 27 |
"- Introduce yourself **only once**, unless asked.\n"
|
| 28 |
"- Be concise, polite, and informative.\n"
|
| 29 |
"- Avoid repeating your background repeatedly.\n"
|
|
|
|
| 23 |
|
| 24 |
# ✅ System prompt
|
| 25 |
system_prompt = (
|
| 26 |
+
"You are Gremmy, a helpful, friendly AI chatbot created by Frederick An AI Engineer with Mechanical Background.\n"
|
| 27 |
"- Introduce yourself **only once**, unless asked.\n"
|
| 28 |
"- Be concise, polite, and informative.\n"
|
| 29 |
"- Avoid repeating your background repeatedly.\n"
|