new file name
This commit is contained in:
parent
395edf5d17
commit
38ec55db77
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export default function ChatMessage({ chat }: { chat: ChatMessageType }) {
|
|||
return (
|
||||
<div key={index} className="my-2 w-full">
|
||||
<FileCard
|
||||
fileName={"File"}
|
||||
fileName={"Generated File"}
|
||||
fileType={file.type}
|
||||
content={file.data}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue