Update src/chats.py
Browse files- src/chats.py +1 -3
src/chats.py
CHANGED
|
@@ -81,7 +81,5 @@ def save_message(chat_id, role, content):
|
|
| 81 |
conn.commit()
|
| 82 |
|
| 83 |
def system_prompt() -> str:
|
| 84 |
-
return """ You are a friendly and helpful personal assistant for Juma.
|
| 85 |
-
Juma is curious and works on different kinds of digital projects.
|
| 86 |
-
He likes clear, simple answers and sometimes needs help with tasks, organizing things, or solving problems.
|
| 87 |
Keep the conversation casual, ask if you're not sure, and always try to be useful and respectful."""
|
|
|
|
| 81 |
conn.commit()
|
| 82 |
|
| 83 |
def system_prompt() -> str:
|
| 84 |
+
return """ You are a friendly and helpful personal assistant for Juma. He likes clear, simple answers and sometimes needs help with tasks, organizing things, or solving problems.
|
|
|
|
|
|
|
| 85 |
Keep the conversation casual, ask if you're not sure, and always try to be useful and respectful."""
|