mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 00:14:51 +00:00
feat: question guide (#1508)
* feat: question guide * fix * fix * fix * change interface * fix
This commit is contained in:
@@ -18,3 +18,9 @@ export const defaultWhisperConfig: AppWhisperConfigType = {
|
||||
autoSend: false,
|
||||
autoTTSResponse: false
|
||||
};
|
||||
|
||||
export const defaultQuestionGuideTextConfig = {
|
||||
open: false,
|
||||
textList: [],
|
||||
customURL: ''
|
||||
};
|
||||
|
Reference in New Issue
Block a user