Skip to content

A very quick and dirty implementation of a Feishu chatbot connecting to ChatGPT

Notifications You must be signed in to change notification settings

linjungz/feishu-chatgpt-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

feishu-chatgpt-bot

A very quick and dirty implementation of a Feishu chatbot connecting to ChatGPT

Deployment

Creat a .env file to init environment variables for Open AI Key, Feishu App ID and APP Secret. Example of this file could be:

OPENAI_API_KEY=XXXX
FEISHU_APP_ID=YYYY
FEISHU_APP_SECRET=ZZZZ

Install latest version of Node and NPM to install the required packages.

Credit

Following client is leveraged to connect to ChatGPT: https://github.com/transitive-bullshit/chatgpt-api

About

A very quick and dirty implementation of a Feishu chatbot connecting to ChatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published