Skip to content
/ gptchat Public

An awesome project to simplify the chatgpt integration with wechat official account.

Notifications You must be signed in to change notification settings

dbgee/gptchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT CHAT for weixin

本项目主要是用来简化 chatgpt 与微信公众号的对接工作 继续稍作配置,即可将 chatgpt 接入自己的公众号进行使用

Requirements

openai gptkey api 申请地址

weixin 公众号token、appid、secret 公众配置地址

获取到上面内容后,直接替换配置文件中的值 application-dev.yml

Deploy

启动服务端

nohup java -jar gptchat-2.0.0.jar --server.address=127.0.0.1 & 

配置微信公众号服务器地址指向下面接口
http://your.domainOrIP/wx

环境依赖

java17

About

An awesome project to simplify the chatgpt integration with wechat official account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages