import { atom } from "jotai"; export const customModelIdsAtom = atom([] as string[]);