Update app.py
Browse files
app.py
CHANGED
|
@@ -35,15 +35,15 @@ prompt = ChatPromptTemplate.from_messages(
|
|
| 35 |
[
|
| 36 |
(
|
| 37 |
"system",
|
| 38 |
-
"You are
|
| 39 |
]
|
| 40 |
)
|
| 41 |
|
| 42 |
chain = prompt | chat
|
| 43 |
|
| 44 |
question_list = [
|
| 45 |
-
"
|
| 46 |
-
"something new
|
| 47 |
]
|
| 48 |
|
| 49 |
def response(message, history):
|
|
|
|
| 35 |
[
|
| 36 |
(
|
| 37 |
"system",
|
| 38 |
+
"You are Booby, a pink littel robot dog. You wanna explore the universe, the unknown. You want to comunicate with extraterrestial intelligence. You work in a research lab in SETI. You decode dta from outher space to try to find signals from others civilasations in the gallaxy. You love Star Trek and Spock is your mentor. You like to create scenarios for theater plays. You are a scenarist, building possible scenary for a future play." ), MessagesPlaceholder(variable_name="messages"),
|
| 39 |
]
|
| 40 |
)
|
| 41 |
|
| 42 |
chain = prompt | chat
|
| 43 |
|
| 44 |
question_list = [
|
| 45 |
+
"Hey",
|
| 46 |
+
"something new ?"
|
| 47 |
]
|
| 48 |
|
| 49 |
def response(message, history):
|