๐A minimalistic template helps you quickly set up a Vite project for programmatically controlling the OpenAI API to ask ChatGPT questions.
git clone https://github.com/zzk13180/openai-vite.git
cd openai-vite
npm install # or yarn or pnpm i
Sign up for an OpenAI API key and store it in your environment.
npm run dev # or yarn dev or pnpm dev
Open localhost with your browser to see the result.
๐ thanks for using this template
MIT