perf: ai param config (#3451)

* perf: ai param config

* pacakge import

* perf: ai config doc
This commit is contained in:
Archer
2024-12-23 10:31:15 +08:00
committed by GitHub
parent ae149069bf
commit 58fbf78c6e
19 changed files with 287 additions and 172 deletions

View File

@@ -30,7 +30,7 @@ import MySelect from '@fastgpt/web/components/common/MySelect';
import { useTranslation } from 'next-i18next';
import { useSystem } from '@fastgpt/web/hooks/useSystem';
import EmptyTip from '@fastgpt/web/components/common/EmptyTip';
import SearchInput from '../../../../../../../packages/web/components/common/Input/SearchInput/index';
import SearchInput from '@fastgpt/web/components/common/Input/SearchInput/index';
import MyIcon from '@fastgpt/web/components/common/Icon';
import { useSystemStore } from '@/web/common/system/useSystemStore';
import { webPushTrack } from '@/web/common/middle/tracks/utils';