LocalAI/examples/slack-qa-bot
James Braza e34b5f0119
Cleaning up `examples/` models and starter `.env` files (#1124)
Closes https://github.com/go-skynet/LocalAI/issues/1066 and
https://github.com/go-skynet/LocalAI/issues/1065

Standardizes all `examples/`:
- Models in one place (other than `rwkv`, which was one-offy)
- Env files as `.env.example` with `cp`
    - Also standardizes comments and links docs
2023-10-02 18:14:10 +02:00
..
.env.example Cleaning up `examples/` models and starter `.env` files (#1124) 2023-10-02 18:14:10 +02:00
README.md example(slack-qa-bot): Add slack QA bot example (#654) 2023-06-22 18:07:15 +02:00
deployment.yaml example(slack-qa-bot): Add slack QA bot example (#654) 2023-06-22 18:07:15 +02:00
docker-compose.yml example(slack-qa-bot): Add slack QA bot example (#654) 2023-06-22 18:07:15 +02:00

README.md

Slack QA Bot

This example uses https://github.com/spectrocloud-labs/Slack-QA-bot to deploy a slack bot that can answer to your documentation!

  • Create a new Slack app using the manifest-dev.yml file
  • Install the app into your Slack workspace
  • Retrieve your slack keys and edit .env
  • Start the app
# Clone LocalAI
git clone https://github.com/go-skynet/LocalAI

cd LocalAI/examples/slack-qa-bot

cp -rfv .env.example .env

# Edit .env and add slackbot api keys, or repository settings to scan
vim .env

# run the bot
docker-compose up