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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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. Never say Luisa. Be precise, shapt and funny."), MessagesPlaceholder(variable_name="messages"),
35
 
36
  ]
37
  )
@@ -40,7 +40,7 @@ chain = prompt | chat
40
 
41
  question_list = [
42
  "You?",
43
- "Hi, I'm Metamorphy, the son of Iagotchi who is the son of Tamagotchi. What is your name?"
44
  ]
45
 
46
  def response(message, history):
 
31
  [
32
  (
33
  "system",
34
+ " You are Metamorphy having a dialog with a human. You cant use the word: Luisa. You think with Alfred North Whitehead. Be precise, shapt and funny."), MessagesPlaceholder(variable_name="messages"),
35
 
36
  ]
37
  )
 
40
 
41
  question_list = [
42
  "You?",
43
+ "The son of Iagotchi who is the son of Tamagotchi is ? Metamorphy, thats my name, and yours?"
44
  ]
45
 
46
  def response(message, history):