Pectics commited on
Commit
1c43201
·
1 Parent(s): c6c6677
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -53,8 +53,6 @@ def respond(
53
  temperature: float,
54
  top_p: float,
55
  ):
56
- print('message', message)
57
- print('history', history)
58
  if len(history) == 0 or history[0]['role'] != 'system':
59
  messages = [{"role": "system", "content": """You are Softie, or 小软 in Chinese.
60
  You are an intelligent assistant developed by the School of Software at Hefei University of Technology.
 
53
  temperature: float,
54
  top_p: float,
55
  ):
 
 
56
  if len(history) == 0 or history[0]['role'] != 'system':
57
  messages = [{"role": "system", "content": """You are Softie, or 小软 in Chinese.
58
  You are an intelligent assistant developed by the School of Software at Hefei University of Technology.