import { atom } from 'jotai' export const selectedModelAtom = atom(undefined) export const activeAssistantModelAtom = atom( undefined )