mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: add SystemModelSettingModal (#127)
* feat: add the model * feat: add SystemModelSettingModal
This commit is contained in:
@ -64,7 +64,7 @@ const ApiKeyModal = ({
|
||||
form={form}
|
||||
>
|
||||
<Form.Item<FieldType>
|
||||
label="Api key"
|
||||
label="Api-Key"
|
||||
name="api_key"
|
||||
rules={[{ required: true, message: 'Please input api key!' }]}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user