A simple local client using openai api
note: this is a pure frontend solution, be careful with your api key
To start:
- create
.env
file and add your openai api key asVITE_OPENAI_API_KEY
pnpm install
pnpm run dev
A simple local client using openai api
note: this is a pure frontend solution, be careful with your api key
To start:
.env
file and add your openai api key as VITE_OPENAI_API_KEY
pnpm install
pnpm run dev