mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 16:45:02 +00:00
perf: code
This commit is contained in:
@@ -40,7 +40,6 @@ export const useAppRoute = (app) => {
|
|||||||
name: model.name,
|
name: model.name,
|
||||||
model: model.chat?.chatModel,
|
model: model.chat?.chatModel,
|
||||||
relatedKbs: kbNames, // 将relatedKbs的id转换为相应的Kb名称
|
relatedKbs: kbNames, // 将relatedKbs的id转换为相应的Kb名称
|
||||||
searchMode: model.chat?.searchMode,
|
|
||||||
systemPrompt: model.chat?.systemPrompt || '',
|
systemPrompt: model.chat?.systemPrompt || '',
|
||||||
'share.topNum': model.share?.topNum || 0,
|
'share.topNum': model.share?.topNum || 0,
|
||||||
'share.isShare': model.share?.isShare || false,
|
'share.isShare': model.share?.isShare || false,
|
||||||
|
Reference in New Issue
Block a user