fix: style

This commit is contained in:
StyleZhang
2024-03-20 17:27:17 +08:00
parent 0606b6f922
commit 76081db6e4
3 changed files with 10 additions and 4 deletions

View File

@ -94,7 +94,10 @@ const ChatWrapper = forwardRef<ChatWrapperRefType>((_, ref) => {
return (
<Chat
config={config as any}
config={{
...config,
supportCitationHitInfo: true,
} as any}
chatList={chatList}
isResponding={isResponding}
chatContainerclassName='px-4'