mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added 0.17.0 release notes (#5608)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -147,7 +147,7 @@ const AssistantSetting = ({
|
||||
>
|
||||
<Switch onChange={handleTtsChange} />
|
||||
</Form.Item>
|
||||
<Form.Item label={'Tavily Api Key'} tooltip={t('tavilyApiKeyTip')}>
|
||||
<Form.Item label={'Tavily API Key'} tooltip={t('tavilyApiKeyTip')}>
|
||||
<div className="flex flex-col gap-1">
|
||||
<Form.Item name={['prompt_config', 'tavily_api_key']} noStyle>
|
||||
<Input.Password placeholder={t('tavilyApiKeyMessage')} />
|
||||
|
||||
Reference in New Issue
Block a user