linjungz / feishu-chatgpt-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%