This prototype explores possibilities and horizons of using OpenAI in PWA development.
add a .env file with the following content
PORT="8000"
API_KEY="your openai api token"
npm run dev
open http://localhost:8000
This prototype explores possibilities and horizons of using LLM like ChatGPT in PWA development
TypeScriptMIT
This prototype explores possibilities and horizons of using OpenAI in PWA development.
add a .env file with the following content
PORT="8000"
API_KEY="your openai api token"
npm run dev
open http://localhost:8000