xu song commited on
Commit
863617a
1 Parent(s): 64e9b3c
Files changed (1) hide show
  1. app_util.py +1 -1
app_util.py CHANGED
@@ -87,7 +87,7 @@ def reset_user_input():
87
 
88
 
89
  def reset_state(system):
90
- return [], [{"role": "system", "content": system}], []
91
 
92
 
93
  def set_max_tokens(max_tokens):
 
87
 
88
 
89
  def reset_state(system):
90
+ return [], [{"role": "system", "content": system}]
91
 
92
 
93
  def set_max_tokens(max_tokens):