Commit 5456c7cf authored by StyleZhang's avatar StyleZhang

Merge branch 'feat/universal-chat' into deploy/dev

parents f11f66ed 943481a8
......@@ -45,7 +45,7 @@ def universal_chat_app_required(view=None):
opening_statement='',
suggested_questions=json.dumps([]),
suggested_questions_after_answer=json.dumps({'enabled': True}),
speech_to_text=json.dumps({'enabled': False}),
speech_to_text=json.dumps({'enabled': True}),
more_like_this=None,
sensitive_word_avoidance=None,
model=json.dumps({
......
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