Unverified Commit fcf85129 authored by Garfield Dai's avatar Garfield Dai Committed by GitHub

fix: more like this. (#1875)

parent ae975b10
...@@ -473,7 +473,7 @@ class ApplicationManager: ...@@ -473,7 +473,7 @@ class ApplicationManager:
more_like_this_dict = copy_app_model_config_dict.get('more_like_this') more_like_this_dict = copy_app_model_config_dict.get('more_like_this')
if more_like_this_dict: if more_like_this_dict:
if 'enabled' in more_like_this_dict and more_like_this_dict['enabled']: if 'enabled' in more_like_this_dict and more_like_this_dict['enabled']:
properties['more_like_this'] = copy_app_model_config_dict.get('opening_statement') properties['more_like_this'] = True
# speech to text # speech to text
speech_to_text_dict = copy_app_model_config_dict.get('speech_to_text') speech_to_text_dict = copy_app_model_config_dict.get('speech_to_text')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment