Jerry Jin的智能AI系统
The backend uses OpenAI ChatGPT API Turbo to create an AI assistant for personal use
- clone this repository
- edit the key-export function for your own data encryption
- edit the API link with your own backend-api
- edit the login method for your own
- run
npm ito install all dependence - run
npm run devto start localhost developing - run
npm run buildto build for a release version