feat: Supports text output and sound output #1877 (#2436)

### What problem does this PR solve?

feat: Supports text output and sound output #1877

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-14 15:58:02 +08:00
committed by GitHub
parent deeb950e1c
commit b12a437a30
4 changed files with 14 additions and 20 deletions

View File

@ -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>
);