mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 23:55:36 +00:00
perf: http empty params (#3773)
* model config * feat: normalization embedding * perf: http empty params * doc
This commit is contained in:
@@ -81,7 +81,7 @@ const Login = ({ ChineseRedirectUrl }: { ChineseRedirectUrl: string }) => {
|
||||
router.push(navigateTo);
|
||||
}, 300);
|
||||
},
|
||||
[lastRoute, router, setUserInfo, llmModelList]
|
||||
[setUserInfo, llmModelList?.length, lastRoute, toast, t, router]
|
||||
);
|
||||
|
||||
const DynamicComponent = useMemo(() => {
|
||||
|
Reference in New Issue
Block a user