mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
perf: completions api.fix: new chat question guide (#361)
This commit is contained in:
@@ -106,7 +106,7 @@ const OutLink = ({
|
||||
'*'
|
||||
);
|
||||
|
||||
return { responseText, responseData };
|
||||
return { responseText, responseData, isNewChat: forbidRefresh.current };
|
||||
},
|
||||
[authToken, chatId, router, saveChatResponse, shareId]
|
||||
);
|
||||
|
Reference in New Issue
Block a user