chore: profile config

This commit is contained in:
jialin
2026-01-30 18:48:55 +08:00
parent 8f2eea70f6
commit 1a2e82f079
27 changed files with 730 additions and 231 deletions
+11 -1
View File
@@ -99,7 +99,17 @@ const ProviderForm: React.FC<ProviderFormProps> = forwardRef((props, ref) => {
open
}}
>
<Form form={form} onFinish={onFinish} initialValues={{}}>
<Form
form={form}
onFinish={onFinish}
initialValues={{
dataset_prompt_tokens: null,
dataset_output_tokens: null,
total_requests: null,
request_rate: null,
seed: null
}}
>
<Basic />
<CollapsePanel
activeKey={activeKey}