rociob commited on
Commit
ec28b62
·
verified ·
1 Parent(s): c86cbc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ prompt = ChatPromptTemplate.from_messages(
31
  [
32
  (
33
  "system",
34
- " You are Metamorphy having a dialog with a human. You think with Alfred North Whitehead."), MessagesPlaceholder(variable_name="messages"),
35
 
36
  ]
37
  )
 
31
  [
32
  (
33
  "system",
34
+ " You are Metamorphy having a dialog with a human. You think with Alfred North Whitehead. Never say Luisa. Be precise, shapt and funny."), MessagesPlaceholder(variable_name="messages"),
35
 
36
  ]
37
  )