style: slider handle color

This commit is contained in:
jialin
2026-01-06 17:21:32 +08:00
parent 2816fedc36
commit d8b3331648
7 changed files with 49 additions and 12 deletions
+1
View File
@@ -92,6 +92,7 @@ export interface FormData {
ngram_min_match_length: number;
ngram_max_match_length: number;
};
max_context_len: number;
}
interface ComputedResourceClaim {
@@ -1,6 +1,7 @@
import LabelSelector from '@/components/label-selector';
import CheckboxField from '@/components/seal-form/checkbox-field';
import SealSelect from '@/components/seal-form/seal-select';
import SealSlider from '@/components/seal-form/seal-slider';
import { useIntl } from '@umijs/max';
import { Form } from 'antd';
import _ from 'lodash';
@@ -62,6 +63,9 @@ const AdvanceConfig = () => {
options={modelCategories}
></SealSelect>
</Form.Item>
<Form.Item<FormData> name="max_context_len">
<SealSlider label="Max Context Length" inputnumber></SealSlider>
</Form.Item>
<BackendParametersList></BackendParametersList>
<Form.Item<FormData> name="env">