Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 716 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 716 Bytes

💭 ChatAPI

Chat with AI via API.

About

  • This is a pure-frontend PWA using the OpenAI and Black Forest Labs APIs.
  • The API keys are stored in the local storage of the browser.
  • The app uses Alpine.js and Open Props.
    • Code styling is done by Prettier.
    • There is no build step, Alpine.js and Open Props are loaded via CDN.
    • This is done due to a shortage of developer time 🙃
  • Kudos to @hdsuperman for the typing effect!
  • Inspired by Niek/chatgpt-web.