/chatgpt-poc

This prototype explores possibilities and horizons of using LLM like ChatGPT in PWA development

Primary LanguageTypeScriptMIT LicenseMIT

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