Update app.py
Browse files
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.
|
35 |
|
36 |
]
|
37 |
)
|
@@ -40,7 +40,7 @@ chain = prompt | chat
|
|
40 |
|
41 |
question_list = [
|
42 |
"You?",
|
43 |
-
"
|
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):
|