fix: chatStore.cost is null

This commit is contained in:
2024-12-25 18:04:13 +08:00
parent 60b1481dab
commit 6a7f273682
3 changed files with 5 additions and 5 deletions

View File

@@ -338,7 +338,7 @@ export function App() {
{chatStore.history.filter(({ hide }) => !hide).length}
</p>
<p>
Cost: ${chatStore.cost.toFixed(4)} / $
Cost: ${chatStore.cost?.toFixed(4)} / $
{getTotalCost().toFixed(2)}
</p>
</PopoverContent>
@@ -351,7 +351,7 @@ export function App() {
<WholeWordIcon className="w-4 h-4 mr-2" />{" "}
{chatStore.totalTokens}
<CircleDollarSignIcon className="w-4 h-4 mx-2" />
{chatStore.cost.toFixed(4)}
{chatStore.cost?.toFixed(4)}
</MenubarTrigger>
<MenubarContent>
<MenubarItem>