mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
system title (#526)
This commit is contained in:
@@ -11,7 +11,7 @@ import { reRankModelList } from '@/web/common/system/staticData';
|
||||
|
||||
import { ModuleInputKeyEnum } from '@fastgpt/global/core/module/constants';
|
||||
import { DatasetSearchModeMap } from '@fastgpt/global/core/dataset/constant';
|
||||
import MyRadio from '@/components/Radio';
|
||||
import MyRadio from '@/components/common/MyRadio';
|
||||
|
||||
type DatasetParamsProps = {
|
||||
similarity?: number;
|
||||
|
@@ -223,6 +223,7 @@ const VariableEdit = ({
|
||||
fontWeight: 'bold'
|
||||
}
|
||||
: {
|
||||
color: 'myGray.600',
|
||||
_hover: {
|
||||
boxShadow: 'md'
|
||||
},
|
||||
|
Reference in New Issue
Block a user