Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
greywen committed Dec 4, 2024
1 parent 509eae4 commit ff40f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FE/components/HomeContent/HomeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const HomeContent = () => {
childrenIds: [],
assistantChildrenIds: [],
role: 'assistant' as Role,
content: { text: '', image: [] },
content: { text: '', fileIds: [] },
inputTokens: 0,
outputTokens: 0,
inputPrice: new Decimal(0),
Expand Down

0 comments on commit ff40f37

Please sign in to comment.