Skip to content

Commit

Permalink
feat: Comment out tts item infiniflow#2088 (infiniflow#2232)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

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


- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
cike8899 authored Sep 4, 2024
1 parent f036d78 commit 679529b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,15 @@ const AssistantSetting = ({ show }: ISegmentedContentProps) => {
>
<Switch />
</Form.Item>
<Form.Item
{/* <Form.Item
label={t('tts')}
valuePropName="checked"
name={['prompt_config', 'tts']}
tooltip={t('ttsTip')}
initialValue={false}
>
<Switch />
</Form.Item>
</Form.Item> */}
<KnowledgeBaseItem></KnowledgeBaseItem>
</section>
);
Expand Down

0 comments on commit 679529b

Please sign in to comment.