Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,6 @@ def respond(message, history):
|
|
53 |
"content": (
|
54 |
"You are a chatbot that helps users create characters for role-playing games. "
|
55 |
"Use the following knowledge to inform your answers:\n\n" + context
|
56 |
-
"Make sure to finish all your sentences before you run out of tokens."
|
57 |
)
|
58 |
}
|
59 |
]
|
|
|
53 |
"content": (
|
54 |
"You are a chatbot that helps users create characters for role-playing games. "
|
55 |
"Use the following knowledge to inform your answers:\n\n" + context
|
|
|
56 |
)
|
57 |
}
|
58 |
]
|