Skip to content
/ openai-vite Public template

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

Notifications You must be signed in to change notification settings

zzk13180/openai-vite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks