A simple mattermost bot that supports chatting with ChatGPT, Bing AI, Google Bard
Find a file
2023-04-19 12:54:27 +08:00
.github/workflows Add code syntax check 2023-04-19 12:54:27 +08:00
.vscode release the bot 2023-04-18 01:16:03 +08:00
.dockerignore release the bot 2023-04-18 01:16:03 +08:00
.env.example release the bot 2023-04-18 01:16:03 +08:00
.gitignore release the bot 2023-04-18 01:16:03 +08:00
askgpt.py release the bot 2023-04-18 01:16:03 +08:00
bard.py release the bot 2023-04-18 01:16:03 +08:00
bing.py release the bot 2023-04-18 01:16:03 +08:00
BingImageGen.py release the bot 2023-04-18 01:16:03 +08:00
bot.py release the bot 2023-04-18 01:16:03 +08:00
compose.yaml release the bot 2023-04-18 01:16:03 +08:00
config.json.example release the bot 2023-04-18 01:16:03 +08:00
Dockerfile Add CI 2023-04-18 01:24:58 +08:00
LICENSE release the bot 2023-04-18 01:16:03 +08:00
log.py release the bot 2023-04-18 01:16:03 +08:00
main.py release the bot 2023-04-18 01:16:03 +08:00
README.md release the bot 2023-04-18 01:16:03 +08:00
requirements.txt release the bot 2023-04-18 01:16:03 +08:00
v3.py release the bot 2023-04-18 01:16:03 +08:00

Introduction

This is a simple Mattermost Bot that uses OpenAI's GPT API and Bing AI and Google Bard to generate responses to user inputs. The bot responds to six types of prompts: !gpt, !chat and !bing and !pic and !bard and !help depending on the first word of the prompt.

Feature

  1. Support Openai ChatGPT and Bing AI and Google Bard(US only at the moment)
  2. Support Bing Image Creator

Installation and Setup

See https://github.com/hibobmaster/mattermost_bot/wiki

Edit config.json or .env with proper values

docker compose up -d

Demo

demo1 demo2 demo3