Skip to content

jiguang/chatgpt-in-wechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

chatgpt-in-wechat

An example of ChatGPT in Wechat.

  1. Prepare a wechat account that surports web api.(or you can change wechaty puppet to padchat.)
  2. Get an API KEY from https://beta.openai.com/account/api-keys (how to regist? it's another question.)
  3. Node version >= 16.
# npm i wechaty
# npm i openai
# node bot.js

If you see:

SyntaxError: Cannot use import statement outside a module

add "type": "module" to package.json may fix it.

screenshot

About

an example of chatgpt in wechat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published