Skip to content

A repository for producing ChatGPT Discord bots using golang.

License

Notifications You must be signed in to change notification settings

TYT77/ChatGopherGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGopherGPT

golangを使ってChatGPTに問い合わせるDiscordボットを作成しました。

Created a Discord bot that queries ChatGPT using golang.
(Translated by DeepL)

Qiita

GoLangで流行りのChatGPTさんとDiscordでやり取りできるようにしてみた!(未定)

DEMO

USAGE

How do I download and launch it locally?

git clone https://github.com/yukke23/ChatGopherGPT.git
cd ChatGopherGPT
echo -e "DISCORD_TOKEN={bot token}\n" > build/.secret_env
echo "OPENAI_API_KEY={api key}" >> build/.secret_env
docker-compose up -d --build

Required Environment

  • Git
  • Docker
  • docker-compose

Required APIKeys

  • OpenAI API
  • Discord Bot

About

A repository for producing ChatGPT Discord bots using golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published