A simple mattermost bot that supports chatting with ChatGPT, Bing AI, Google Bard
.vscode | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
askgpt.py | ||
bard.py | ||
bing.py | ||
BingImageGen.py | ||
bot.py | ||
compose.yaml | ||
config.json.example | ||
Dockerfile | ||
LICENSE | ||
log.py | ||
main.py | ||
README.md | ||
requirements.txt | ||
v3.py |
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
- Support Openai ChatGPT and Bing AI and Google Bard(US only at the moment)
- 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