vision-agent / state /index.ts
MingruiZhang's picture
chatgpt-4v
52b4c36
raw
history blame
177 Bytes
import { atom } from 'jotai';
export const targetImageAtom = atom<string | null>(
'https://landing-lens-support.s3.us-east-2.amazonaws.com/vision-agent-examples/9908.jpg',
);