29 lines
967 B
Markdown
29 lines
967 B
Markdown
## 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
|
|
|
|
```sh
|
|
docker compose up -d
|
|
```
|
|
|
|
## Demo
|
|
|
|
![demo1](https://i.imgur.com/XRAQB4B.jpg)
|
|
![demo2](https://i.imgur.com/if72kyH.jpg)
|
|
![demo3](https://i.imgur.com/GHczfkv.jpg)
|
|
|
|
## Thanks
|
|
<a href="https://jb.gg/OpenSourceSupport" target="_blank">
|
|
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" alt="JetBrains Logo (Main) logo." width="200" height="200">
|
|
</a>
|