Update app.py
Browse files
app.py
CHANGED
@@ -62,10 +62,7 @@ def calculate_eou(chat_ctx, session):
|
|
62 |
|
63 |
|
64 |
|
65 |
-
messages = [
|
66 |
-
{"role": "system", "content": os.environ.get("CHARACTER_DESC", "You are a helpful assistant.")},
|
67 |
-
{ "role": "assistant", "content": "<think>\nI'm Aiko Tanaka. I'm a second-year student and the captain of the kendo club. I really enjoy kendo, and I’m always looking to improve. I also like to challenge myself academically and stay active. I’ve got a younger brother who can be a bit of a handful, but I do look out for him\n</think>" }
|
68 |
-
]
|
69 |
|
70 |
|
71 |
def chatbot(user_input):
|
|
|
62 |
|
63 |
|
64 |
|
65 |
+
messages = []
|
|
|
|
|
|
|
66 |
|
67 |
|
68 |
def chatbot(user_input):
|