🎈 perf: 修正哔哩哔哩总结默认使用表情

This commit is contained in:
zhiyu1998 2023-03-24 10:20:28 +08:00
parent 9817429fba
commit e66622a087

View File

@ -44,7 +44,7 @@ export async function getBiliGptInputText(videoInfo, biliSessData, shouldShowTim
inputText = `${desc} ${dynamic}`;
}
const videoConfig = {
showEmoji: false,
showEmoji: true,
};
return shouldShowTimestamp
? getUserSubtitleWithTimestampPrompt(title, inputText, videoConfig)