Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 369 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 369 Bytes

openai-poc

This prototype explores possibilities and horizons of using OpenAI in PWA development.

setup

add a .env file with the following content

PORT="8000"
API_KEY="your openai api token"

npm run dev
open http://localhost:8000

Screenshot