diff --git a/src/components/Common/Playground/Message.tsx b/src/components/Common/Playground/Message.tsx index 1172c41..9894f0f 100644 --- a/src/components/Common/Playground/Message.tsx +++ b/src/components/Common/Playground/Message.tsx @@ -18,7 +18,7 @@ import { useTTS } from "@/hooks/useTTS" import { tagColors } from "@/utils/color" import { removeModelSuffix } from "@/db/models" import { GenerationInfo } from "./GenerationInfo" -import { parseReasoning } from "@/libs/reasoning" +import { parseReasoning, removeReasoning } from "@/libs/reasoning" import { humanizeMilliseconds } from "@/utils/humanize-miliseconds" type Props = { message: string @@ -54,7 +54,7 @@ export const PlaygroundMessage = (props: Props) => { return (