Refer to this article: https://github.com/transitive-bullshit/chatgpt-api. To get a session token: Go to https://chat.openai.com/chat and log in or sign up. Open dev tools. Open Application > Cookies. Copy the value for __Secure-next-auth.session-token and save it to your environ...
java版chatGPT微信机器人. Contribute to alex-oos/java-chatgpt-wechat-bot development by creating an account on GitHub.
项目开源地址:[ChatCPT-WechtyBot](github.com/fatzard/Chat) ChatGPT-WechatBot是基于OpenAI官方API利用对话模型实现的一种类chatGPT机器人,并通过Wechaty框架将其部署在微信端,从而实现机器人聊天。 ChatGPT WechatBot is a kind of chatGPT robot based on the OpenAI official API and using the dialogue ...
'WeChat Bot - 一个基于OpenAi ChatGPT + WeChaty 实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...' wangrongding GitHub: github.com/wangrongding/wechat-bot #开源##机器学习# û收藏 108 19 ñ98 评论 o p 同时转发到我的微博 按...
ChatGPT接入微信#chatgpt 使用项目仓库: https://github.com/AutumnWhj/ChatGPT-wechat-bot ChatGPT注册: https://chat.openai.com/chat - 浮筠于20221211发布在抖音,已经收获了673个喜欢,来抖音,记录美好生活!
java版chatGPT微信机器人. Contribute to zhong2312/java-chatgpt-wechat-bot development by creating an account on GitHub.
git clone https://github.com/zhayujie/chatgpt-on-wechat cd chatgpt-on-wechat/ 2.安装所需核心依赖: pip3 install itchat-uos==1.5.0.dev0 pip3 install --upgrade openai 注:itchat-uos使用指定版本1.5.0.dev0,openai使用最新版本,需高于0.25.0。 配置 配置文件的模板在根目录的config-template.js...
ChatGPT 微信机器人,基于 ChatGPT API 和 Wechaty . Contribute to formulahendry/chatgpt-wechat-bot development by creating an account on GitHub.
git clone https://github.com/code-innovator-zyx/wechat-gptbot cd wechat-gptbot 执行初始化: make init 执行完成后你将看到三个文件/config/config.json:机器人的基础配置文件。 /config/prompt.conf:OpenAI 模型的提示语文件。 /config/cron.json: 定时执行插件计划根据...
git clone https://github.com/zhayujie/bot-on-anything cd bot-on-anything/ 或在Realase 直接手动下载源码。 2.配置说明 核心配置文件为 config.json,在项目中提供了模板文件 config-template.json ,可以从模板复制生成最终生效的 config.json 文件: cp config-template.json config.json 每一个模型和应用都...