fixup: minor sync fixup

This commit is contained in:
Yidadaa
2023-09-11 00:34:51 +08:00
parent c73a91a0f5
commit 415e9dc913
4 changed files with 3 additions and 24 deletions

View File

@@ -1,5 +1,3 @@
import { create } from "zustand";
import { persist } from "zustand/middleware";
import { LLMModel } from "../client/api";
import { getClientConfig } from "../config/client";
import { DEFAULT_INPUT_TEMPLATE, DEFAULT_MODELS, StoreKey } from "../constant";