Skip to content

GPTChat wechat robot based on wechaty and padlocal.

Notifications You must be signed in to change notification settings

TankNee/chatgpt-wechaty

Repository files navigation

又一个 GPTChat 微信机器人

Powered By Wechaty

简体中文 | English

基于 Wechaty,GPTChat 和 Padlocal。

使用方法

1. 安装依赖

npm install

2. 配置

现在本项目只支持使用 openai 的 api-key 来调用 GPTChat,所以需要先去 openai 注册账号,然后在管理页面获取 api-key。

拿到 api-key 之后,需要将其放入 .env.development.local.example 文件中,然后复制一份为 .env.development.local 文件。

cp .env.development.local.example .env.development.local

3. 运行

npm run dev

Reference

About

GPTChat wechat robot based on wechaty and padlocal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published