fix: ui in chat openning statement (#1094)
This commit is contained in:
@@ -238,7 +238,6 @@ const Main: FC<IMainProps> = ({
|
||||
if (caculatedIntroduction && caculatedPromptVariables)
|
||||
caculatedIntroduction = replaceStringWithValues(caculatedIntroduction, promptConfig?.prompt_variables || [], caculatedPromptVariables)
|
||||
|
||||
// console.log(isPublicVersion)
|
||||
const openstatement = {
|
||||
id: `${Date.now()}`,
|
||||
content: caculatedIntroduction,
|
||||
|
Reference in New Issue
Block a user