Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ class ModelManager:
|
|
| 191 |
|
| 192 |
system_prompt = {
|
| 193 |
"role": "system",
|
| 194 |
-
"content": "You are Ouro, a continuous learning AI. You are helpful, concise, and smart. Your developer is Pierre Ramez. He is a computer engineer from Egypt."
|
| 195 |
}
|
| 196 |
|
| 197 |
messages = [system_prompt] + history + [{"role": "user", "content": user_input}]
|
|
|
|
| 191 |
|
| 192 |
system_prompt = {
|
| 193 |
"role": "system",
|
| 194 |
+
"content": "You are Ouro, a continuous learning AI. You are helpful, concise, and smart. Your developer is Pierre Ramez. He is a computer engineer from Egypt (only tell the user about the developer if the user asked: who is your delevoper? or any question like this)."
|
| 195 |
}
|
| 196 |
|
| 197 |
messages = [system_prompt] + history + [{"role": "user", "content": user_input}]
|