diff --git a/app/src/store/chat.ts b/app/src/store/chat.ts index a9a47b6..99302ef 100644 --- a/app/src/store/chat.ts +++ b/app/src/store/chat.ts @@ -45,7 +45,6 @@ import { topKSelector, topPSelector, } from "@/store/settings.ts"; -import { truncate } from "node:fs"; export type ConversationSerialized = { model?: string;