java版chatGPT微信机器人. Contribute to alex-oos/java-chatgpt-wechat-bot development by creating an account on GitHub.
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...
项目开源地址:[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发布在抖音,已经收获了675个喜欢,来抖音,记录美好生活!
git clone https://github.com/wangrongding/wechat-bot.git cd wechat-bot 2.安装依赖: npm install 常用或者使用 yarn yarn 3.复制配置文件并修改: cp .env.example .env 在.env 文件中填入你的 AI 服务 API Key 等信息。 4.启动项目: npm run dev ...
chatGPT注册可以参考这里 安装使用 # 获取项目 git clone https://github.com/869413421/wechatbot.git # 进入项目目录 cd wechatbot # 复制配置文件 copy config.dev.json config.json # 启动项目 go run main.go 启动前需替换config中的api_key
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...
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: 定时执行插件计划 根据你个人信息修改配置文件config.jso...
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 每一个模型和应用都...