https://github.com/beenotung/groq-faq-customer-service-chatbot-demo
https://github.com/beenotung/groq-faq-customer-service-chatbot-demo
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beenotung/groq-faq-customer-service-chatbot-demo
- Owner: beenotung
- License: bsd-2-clause
- Created: 2024-08-11T12:38:03.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-12T02:16:37.000Z (about 1 year ago)
- Last Synced: 2025-09-18T23:57:35.494Z (27 days ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo FAQ customer support chatbot with Groq
FAQ 客戶服務聊天機器人教學
Live Coding: https://youtu.be/77J2H9qVNPI
## Features
- Using free GPT API from Groq
| 使用 Groq 的免費 GPT API | [source](./demo.ts)- With a basic admin portal to view and edit FAQ
| 管理後台,查看和編輯 FAQ | [source](./public/admin.html)- The prompt is based on FAQ stored in database
| GPT Prompt 是根據資料庫中的 FAQ 進行生成 | [source](./demo.ts)## Tech Stack
- Frontend: HTML/JS (with Ionic)
- Backend: Typescript (with express)
- Database: Sqlite (with quick-erd)## Remark
呢個係 CRUD + GPT API 應用嘅 demo,唔係正式的 RAG
詳細看:https://www.facebook.com/groups/hkfullstackdev/posts/2145260999191941?comment_id=2145273109190730&reply_comment_id=2145477555836952
## License
This project is licensed with [BSD-2-Clause](./LICENSE)
This is free, libre, and open-source software. It comes down to four essential freedoms [[ref]](https://seirdy.one/2021/01/27/whatsapp-and-the-domestication-of-users.html#fnref:2):
- The freedom to run the program as you wish, for any purpose
- The freedom to study how the program works, and change it so it does your computing as you wish
- The freedom to redistribute copies so you can help others
- The freedom to distribute copies of your modified versions to others