import { atom } from 'jotai' export const serverEnabledAtom = atom(false) export const LocalAPIserverModelParamsAtom = atom()