This commit is contained in:
takatost 2024-03-19 15:20:03 +08:00
parent 112593119a
commit 24ac4996c0
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class MessageService:
suggested_questions_after_answer = app_model_config.suggested_questions_after_answer_dict
if check_enabled and suggested_questions_after_answer.get("enabled", False) is False:
if suggested_questions_after_answer.get("enabled", False) is False:
raise SuggestedQuestionsAfterAnswerDisabledError()
# get memory of conversation (read-only)