A simple mattermost bot that supports chatting with ChatGPT, Bing AI, Google Bard
.github/workflows | ||
.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 | ||
pandora.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 these commands: !gpt
, !chat
and !bing
and !pic
and !bard
and !talk
and !goon
and !new
and !help
depending on the first word of the prompt.
Feature
- Support Openai ChatGPT and Bing AI and Google Bard
- Support Bing Image Creator
- pandora with Session isolation support
Installation and Setup
See https://github.com/hibobmaster/mattermost_bot/wiki
Edit config.json
or .env
with proper values
docker compose up -d
Commands
!help
help message!gpt + [prompt]
generate a one time response from chatGPT!chat + [prompt]
chat using official chatGPT api with context conversation!bing + [prompt]
chat with Bing AI with context conversation!bard + [prompt]
chat with Google's Bard!pic + [prompt]
generate an image from Bing Image Creator
The following commands need pandora http api: https://github.com/pengzhile/pandora/blob/master/doc/wiki_en.md#http-restful-api
!talk + [prompt]
chat using chatGPT web with context conversation!goon
ask chatGPT to complete the missing part from previous conversation!new
start a new converstaion