mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
perf: auto load icons (#688)
* perf: icon * perf: icon * doc * perf: simple edit ui * doc * doc * doc * doc
This commit is contained in:
@@ -26,7 +26,9 @@ export const dispatchCFR = async ({
|
||||
return Promise.reject('Question is empty');
|
||||
}
|
||||
|
||||
if (histories.length === 0 && !systemPrompt) {
|
||||
// none
|
||||
// first chat and no system prompt
|
||||
if (systemPrompt === 'none' || (histories.length === 0 && !systemPrompt)) {
|
||||
return {
|
||||
[ModuleOutputKeyEnum.text]: userChatInput
|
||||
};
|
||||
|
Reference in New Issue
Block a user