beyoru commited on
Commit
be4a377
·
verified ·
1 Parent(s): b1174da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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):