Zero code basis, one minute to teach you to quickly build a WeChat ChatGPT robot!

This tutorial is collected in: ChatGPT chat robot construction strategy summary: carefully organized

After logging in to your Github account, first Forck the warehouse: https://github.com/zhayujie/chatgpt-on-wechat

Features:

  • Multi-terminal deployment: There are multiple deployment methods to choose from and the functions are complete. Currently, it supports deployment methods such as personal WeChat, WeChat official account and enterprise WeChat applications.
  • Basic dialogue: intelligent reply to messages in private chats and group chats, supports multiple rounds of conversational context memory, and supports GPT-3, GPT-3.5, and GPT-4 models
  • Speech recognition: can recognize voice messages, reply through text or voice, support azure, baidu, google, openai and other voice models
  • Image generation: support image generation and image generation (such as photo restoration), and Dell-E, stable diffusion, and replicate models can be selected
  • Rich plug-ins: support personalized plug-in extensions, and have realized plug-ins such as multi-role switching, text adventure, sensitive word filtering, chat record summary, etc.
  • Tool: Interact with the operating system and the Internet, support the latest information search, mathematical calculation, weather and information query, web page summary, based on chatgpt -tool-hub

1. Register a Railway account:

https://railway.app?referralCode=W3r6mg

It is recommended that GitHub directly authorize login.

2. Deployment

Visit: https://railway.app/template/qApznZ?referralCode=W3r6mg

Click: Deploy Now

3. Configuration

1) Click Configure

2) Select the warehouse address

As shown below:

3) Click Install

4) The configuration information is as follows:

5) Deployment: deploy

Click on the final Deploy

6) Deployment completed:

7) WeChat scan code login

8) Modify the configuration as needed:

Final summary:

Railway only has five US dollars and 500h experience, which can be renewed after expiration (not recommended), or you can re-deploy the project to a local or cloud server according to the README

Restart the service:

Effect preview:

Thanks to open source projects:

https://github.com/zhayujie/chatgpt-on-wechat

Guess you like

Origin blog.csdn.net/weixin_38428126/article/details/130534032