Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} gayhug / wechat-chatgpt Public Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
holegots/wechat-chatgpt:latest # In the Windows command line (cmd) environment, you may mount the current directory like this: docker run -d --name wechat-chatgpt -v %cd%/config.yaml:/app/config.yaml holegots/wechat-chatgpt:latest # login with qrcode docker logs -f wechat-chatgpt...
把ChatGPT接入到微信上 # 获取项目$ git clone链接进入项目目录 $ cd chatgpt_wechat_robot # 复制配置文件$ cp config.dev.json config.json修改KEY为你的chatGPT的Key 启动项目 $ go run main.go 如此,用微信扫描显示的二维码,就完成了,如不懂请联系 ...
# 拉取镜像 docker pull holegots/wechat-chatgpt:latest # 运行容器 docker run -it --name wechat-chatgpt \ -e OPENAI_API_KEY=<YOUR OPENAI API KEY> \ -e MODEL="gpt-3.5-turbo" \ -e CHAT_PRIVATE_TRIGGER_KEYWORD="" \ -v $(pwd)/data:/app/data/wechat-assistant.memory-card.json \...
FROM node:19 AS app # We don't need the standalone Chromium RUN apt-get install -y wget \ && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \ && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list...
微信聊天机器人,支持群聊和私信. Contribute to k8scat/wechat-gptbot development by creating an account on GitHub.
微信聊天机器人,支持群聊和私信. Contribute to k8scat/wechat-gptbot development by creating an account on GitHub.
微信聊天机器人,支持群聊和私信. Contribute to k8scat/wechat-gptbot development by creating an account on GitHub.
.wechaty/ __pycache__/ venv* *.pyc config.json QR.png nohup.out tmp plugins.json itchat.pkl *.log user_datas.pkl chatgpt_tool_hub/ plugins/**/ !plugins/bdunit !plugins/dungeon !plugins/finish !plugins/godcmd !plugins/tool !plugins/banwords !plugins/banwords/**/ plugins/banwords/...
main Breadcrumbs chatgpt-on-wechat/ nixpacks.tomlLatest commit HistoryHistory File metadata and controls Code Blame 7 lines (7 loc) · 332 Bytes Raw 1 2 3 4 5 6 7 [phases.setup] nixPkgs = ['python310'] cmds = ['apt-get update','apt-get install -y --no-install-recommends ...