framlc commited on
Commit
0946483
1 Parent(s): f15f934
Files changed (1) hide show
  1. modules/models/base_model.py +1 -1
modules/models/base_model.py CHANGED
@@ -454,7 +454,7 @@ class BaseLLMModel:
454
  should_check_token_count=True,
455
  ): # repetition_penalty, top_k
456
 
457
- status_text = "开始生成回答……"
458
  if type(inputs) == list:
459
  logging.info(
460
  "用户" + f"{self.user_identifier}" + "的输入为:" +
 
454
  should_check_token_count=True,
455
  ): # repetition_penalty, top_k
456
 
457
+ status_text = "Generating answers……"
458
  if type(inputs) == list:
459
  logging.info(
460
  "用户" + f"{self.user_identifier}" + "的输入为:" +