🤖 Self-hosted, community-driven, local OpenAI-compatible API with Keycloak Auth Flak app as frontend. 🏠
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
FlaskAI/examples/slack-qa-bot
Ettore Di Giacinto 2a45a99737
example(slack-qa-bot): Add slack QA bot example (#654)
1 year ago
..
.env.example example(slack-qa-bot): Add slack QA bot example (#654) 1 year ago
README.md example(slack-qa-bot): Add slack QA bot example (#654) 1 year ago
deployment.yaml example(slack-qa-bot): Add slack QA bot example (#654) 1 year ago
docker-compose.yml example(slack-qa-bot): Add slack QA bot example (#654) 1 year ago

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