WeChat mini-program for ChatGPT
Top 78.6% on sourcepulse
This project provides a WeChat mini-program for chatting with ChatGPT, built with a Java backend that interfaces with the ChatGPT API. It targets users who want to create their own ChatGPT-powered chatbot within WeChat, offering a customisable and self-hosted solution.
How It Works
The system comprises a Java server and a WeChat mini-program. The Java server handles API calls to ChatGPT and communicates with the mini-program via WebSocket. This WebSocket-based communication allows for real-time chat interactions between the user in the WeChat mini-program and the ChatGPT model.
Quick Start & Requirements
mychatgpt.sql
into MySQL.application.yaml
with database connection details, your ChatGPT API key, and optional proxy settings.Highlighted Details
Maintenance & Community
Development and maintenance have been stopped as of July 18, 2023, due to blog content policy violations and ChatGPT's limited availability in China. The author's CSDN blog is linked for technical articles.
Licensing & Compatibility
The license is not specified in the README.
Limitations & Caveats
The project is no longer actively maintained or developed. The README suggests potential issues with JDK version compatibility and Maven dependency resolution.
2 years ago
Inactive