Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/david-haerer/chatapi
💠Chat with AI via API
https://github.com/david-haerer/chatapi
alpinejs chatgpt open-props openai-api pwa
Last synced: 3 months ago
JSON representation
💠Chat with AI via API
- Host: GitHub
- URL: https://github.com/david-haerer/chatapi
- Owner: david-haerer
- License: mit
- Created: 2023-10-19T11:08:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:43:30.000Z (3 months ago)
- Last Synced: 2024-10-21T00:01:54.778Z (3 months ago)
- Topics: alpinejs, chatgpt, open-props, openai-api, pwa
- Language: HTML
- Homepage: https://chatapi.haerer.dev
- Size: 54.7 KB
- Stars: 31
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💠ChatAPI
*Chat with AI via API.*
## About
* This is a pure-frontend PWA using the [OpenAI](https://platform.openai.com/docs/introduction) and [Black Forest Labs](https://docs.bfl.ml/) APIs.
* The API keys are stored in the local storage of the browser.
* 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).