Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix app startup defects #84

Merged

Conversation

oshoma
Copy link
Collaborator

@oshoma oshoma commented Aug 11, 2023

This PR fixes two exceptions I encountered when trying to begin using the Slackbot.

oshoma added 3 commits August 11, 2023 12:27
This resolves "ModuleNotFoundError: No module named 'markdown'"
exception when running `python bolt_app.py`.

The markdown document loader depends on the markdown library.

To apply the fix, run `pip install -r requirements.txt`.
Fix a few typos and explain how to resolve OpenAI rate limit errors.
@amirfz amirfz requested a review from 20001LastOrder August 12, 2023 17:11
Copy link
Collaborator

@20001LastOrder 20001LastOrder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@20001LastOrder 20001LastOrder merged commit dffaaf0 into Aggregate-Intellect:main Aug 15, 2023
@oshoma oshoma deleted the fix-app-startup-defects branch August 15, 2023 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants