Kontari / GPT-Discord

GPT-Discord Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ€– ChatGPT Discord Bot πŸŽ‰

πŸ“ Interact with several LLVMs to receive text responses to questions 🎨 Generate images using AI from text prompts Supported bots: Bard, ChatGPT

πŸš€ Installation

pip install -r requirements.txt

Set the following environment variables:

OPENAI_API_KEY: Your OpenAI API key πŸ—οΈ
DISCORD_BOT_TOKEN: Your Discord bot token πŸ€–
BARD_COOKIE: Your cookie used to access Google Bard

Get the party started πŸ₯³:

python3 bot.py

πŸ•ΉοΈ Usage

Once the bot is up and running, users can interact with it using the following commands in the Discord chat:

!ask <question>: πŸ€” Send a question to ChatGPT and receive a text response πŸ“©
!bard <question>: Ask Bard a question and receive a text response
!draw <prompt>: 🎨 Request an image based on the text prompt πŸ–ΌοΈ

TODO

Add more bots

About

GPT-Discord Bot

License:MIT License


Languages

Language:Python 100.0%