mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 20:19:11 +08:00
### 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:
parent
0164856343
commit
9dd380d474
@ -99,7 +99,7 @@ const AssistantSetting = ({ show }: ISegmentedContentProps) => {
|
|||||||
>
|
>
|
||||||
<Switch />
|
<Switch />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
{/* <Form.Item
|
||||||
label={t('tts')}
|
label={t('tts')}
|
||||||
valuePropName="checked"
|
valuePropName="checked"
|
||||||
name={['prompt_config', 'tts']}
|
name={['prompt_config', 'tts']}
|
||||||
@ -107,7 +107,7 @@ const AssistantSetting = ({ show }: ISegmentedContentProps) => {
|
|||||||
initialValue={false}
|
initialValue={false}
|
||||||
>
|
>
|
||||||
<Switch />
|
<Switch />
|
||||||
</Form.Item>
|
</Form.Item> */}
|
||||||
<KnowledgeBaseItem></KnowledgeBaseItem>
|
<KnowledgeBaseItem></KnowledgeBaseItem>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user