fix lint issues

This commit is contained in:
Amruth Pillai
2025-01-11 12:07:30 +01:00
parent 8a401de5c9
commit 02ce1ad48c
8 changed files with 21 additions and 19 deletions

View File

@ -1,5 +1,6 @@
import { create } from "zustand";
import { persist } from "zustand/middleware";
import { DEFAULT_MAX_TOKENS, DEFAULT_MODEL } from "../constants/llm";
type OpenAIStore = {