瀏覽代碼

feat: Comment out tts item #2088 (#2232)

### What problem does this PR solve?

feat: Comment out tts item #2088
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
tags/v0.11.0
balibabu 1 年之前
父節點
當前提交
9dd380d474
No account linked to committer's email address
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx

+ 2
- 2
web/src/pages/chat/chat-configuration-modal/assistant-setting.tsx 查看文件

@@ -99,7 +99,7 @@ const AssistantSetting = ({ show }: ISegmentedContentProps) => {
>
<Switch />
</Form.Item>
<Form.Item
{/* <Form.Item
label={t('tts')}
valuePropName="checked"
name={['prompt_config', 'tts']}
@@ -107,7 +107,7 @@ const AssistantSetting = ({ show }: ISegmentedContentProps) => {
initialValue={false}
>
<Switch />
</Form.Item>
</Form.Item> */}
<KnowledgeBaseItem></KnowledgeBaseItem>
</section>
);

Loading…
取消
儲存