8000 GitHub - ningcol/mywxmp: 我的微信公众号
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ningcol/mywxmp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

我的个人微信公众号

  • 由 Gemini 提供 AI 能力支持,可以使用图片+文字的方式进行对话。

部署方式

git clone https://github.com/abersheeran/mywxmp 之后,在项目根目录下创建 .env 文件,内容如下:

# 设置的公众号 Token
WECHAT_TOKEN=
# 公众号 AppID 和 AppSecret
APP_ID=
APP_SECRET=
# 设置的公众号微信号
WECHAT_ID=
# Gemini 服务的 API Key
GEMINI_PRO_KEY=
# 这两个可选,如果你的服务器 IP 本身就可以直连 Gemini 服务,那么可以不用配置
GEMINI_PRO_URL=https://gemini.proxy/v1beta/models/gemini-pro:generateContent
GEMINI_PRO_VISION_URL=https://gemini.proxy/v1beta/models/gemini-pro-vision:generateContent

然后运行 docker compose up --build -d,本服务将运行在 6576 端口。

About

我的微信公众号

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Dockerfile 2.4%
0