feat: add SystemModelSettingModal (#127)

* feat: add the model

* feat: add SystemModelSettingModal
This commit is contained in:
balibabu
2024-03-15 19:35:59 +08:00
committed by GitHub
parent 2447f95629
commit a0f1e1fa95
10 changed files with 311 additions and 66 deletions

View File

@ -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!' }]}
>