Slack
To install the RunLLM Slackbot, follow these steps:
- Navigate to the RunLLM Slack installation link, and authorize the RunLLM Slackbot to have access to the target workspace.
- Navigate to the RunLLM admin UI and find your API key in the bottom left corner. Copy your API key.
- On the RunLLM admin UI, note down the ID of your assistant. You will find this in the URL of the assistant details page, which will be of the form:
https://app.runllm.com/assistant/<ID>
- In your Slack workspace, run
/set-runllm <api-key> <assistant-id>
. - Add the RunLLM Slackbot to the desired channel and tag it (
@RunLLM
) along with a question.. The bot will respond to any questions asked in a thread.
Additional Configuration
By default, RunLLM will respond to messages only when tagged. However, you also have the option to have the assistant respond to all messages in a channel. Follow these steps:
- In the target channel, run the command
/set-runllm-channel <api-key>
. You will see a configuration pane that lets you select the assistant's response behavior. - The first field can be left as the default, assuming you’re only using one assistant for your workspace. Please contact us if you plan to use multiple.
- The second field can be toggled between “Respond only to mentions” or “Respond to all in channel” — select the second option to have the assistant respond in a thread to every message sent in the channel.
**Note that this command has to be run in every channel in which you'd like to change the response behavior.