cn -> en
Browse files
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}" + "的输入为:" +
|