WeChat mini-program for ChatGPT
Top 76.9% on sourcepulse
This project provides a WeChat Mini Program for interacting with ChatGPT, targeting users who want a convenient mobile interface for AI conversations. It offers features like conversation history, prompt management, and content saving, aiming to simplify AI access on mobile devices.
How It Works
The mini program acts as a frontend client for the ChatGPT API. It utilizes a standard WeChat Mini Program development structure, allowing for customization of API endpoints and prompts. The architecture is designed for ease of deployment within the WeChat ecosystem, with configuration files for managing API keys and base URLs.
Quick Start & Requirements
yarn install
config/development.js
and config/production.js
with BaseUrl
and APPID
.OPEN_API_KEY
in config/index.js
.yarn build:prod
Highlighted Details
api/prompts.js
.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is presented as a demonstration, and users are responsible for deploying and configuring API access, including potential reverse proxy setups to circumvent API access issues. Specific instructions for automated code uploading are provided, implying manual upload is also an option.
1 year ago
Inactive