Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 794 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 794 Bytes

openai-vite

🌟A minimalistic template helps you quickly set up a Vite project for programmatically controlling the OpenAI API to ask ChatGPT questions.

🚀 Getting Started

1. Clone the repository to your local machine

git clone https://github.com/zzk13180/openai-vite.git

2. Install dependencies

cd openai-vite

npm install # or yarn or pnpm i

3. Fill in the .env file

Sign up for an OpenAI API key and store it in your environment.

4. Run the development server

npm run dev # or yarn dev or pnpm dev

Open localhost with your browser to see the result.

5. Write code to solve your problem

🌟 thanks for using this template

📝 License

MIT