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)
This commit is contained in:
balibabu 2024-09-04 11:11:52 +08:00 committed by GitHub
parent 0164856343
commit 9dd380d474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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