pierreramez commited on
Commit
d1dc38a
·
verified ·
1 Parent(s): d6475bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}]