Spaces:
Configuration error
Configuration error
ChatGPT-API Demo
A demo repo based on OpenAI GPT-3.5 Turbo API.
How to build
Setup & Install dependencies
First, you need Node.js (v18+) installed.
npm i
Make a copy of
.env.example
, then rename it to.env
Add your OpenAI API key to
.env
OPENAI_API_KEY=sk-xxx...
Run the app
npm run dev
License
MIT