Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elegiggle committed Mar 19, 2024
1 parent cbccfaa commit 532a9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ python3.8 -m pip install anthropic mattermostdriver ssl certifi beautifulsoup4 p
- `ANTHROPIC_API_KEY`: Your Anthropic API key
- `ANTHROPIC_MODEL`: The Anthropic model to use. Default: "claude-3-opus-20240229"
- `MATTERMOST_URL`: The URL of your Mattermost server
- `MATTERMOST_TOKEN`: The personal access token with relevant permissions from a dedicated Mattermost user account created specifically for the chatbot. Note that `mattermostdriver` does not support bot tokens.
- `MATTERMOST_TOKEN`: The bot token (alternatively personal access token) with relevant permissions created specifically for the chatbot.
- `MATTERMOST_USERNAME`: The username of the dedicated Mattermost user account for the chatbot (if using username/password login)
- `MATTERMOST_PASSWORD`: The password of the dedicated Mattermost user account for the chatbot (if using username/password login)
- `MATTERMOST_MFA_TOKEN`: The MFA token of the dedicated Mattermost user account for the chatbot (if using MFA)
Expand Down

0 comments on commit 532a9d3

Please sign in to comment.