Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/david-haerer/chatapi

💭 ChatGPT by API
https://github.com/david-haerer/chatapi

alpinejs chatgpt open-props openai-api pwa

Last synced: about 2 months ago
JSON representation

💭 ChatGPT by API

Awesome Lists containing this project

README

        

# 💭 ChatAPI

*ChatGPT by API.*

## About

* This is a pure-frontend PWA using the [OpenAI API](https://platform.openai.com/docs/introduction).
* The API key is stored in the browser local storage.
* The app uses [Alpine.js](https://alpinejs.dev/) and [Open Props](https://open-props.style/).
- Code styling is done by [Prettier](https://prettier.io/).
- 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](https://stackoverflow.com/a/75751803/11386095) for the typing effect!
* Inspired by [Niek/chatgpt-web](https://github.com/Niek/chatgpt-web).