fix: fix some typos

This commit is contained in:
yz778
2025-02-02 22:03:01 -08:00
parent e537221524
commit 1b6d4a344a
9 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ import { tagColors } from "@/utils/color"
import { removeModelSuffix } from "@/db/models"
import { GenerationInfo } from "./GenerationInfo"
import { parseReasoning, removeReasoning } from "@/libs/reasoning"
import { humanizeMilliseconds } from "@/utils/humanize-miliseconds"
import { humanizeMilliseconds } from "@/utils/humanize-milliseconds"
type Props = {
message: string
message_type?: string