diff --git a/README.md b/README.md index 7bf2a41..94e1bfb 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ to and from an active Google T5-Flan model. Use this installation method if you intend to use Chat AI from the command line or with other python libraries or scripts. -`pip install chatairunner` +- `pip install chatairunner` +- `pip install git+https://github.com/w4ffl35/diffusers.git@ckpt_fix` +- `pip install git+https://github.com/w4ffl35/transformers.git@tensor_fix` #### Development installation diff --git a/setup.py b/setup.py index ab4235f..1deb7db 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ author='Capsize LLC', description='Chat AI: A chatbot framework', long_description=open("README.md", "r", encoding="utf-8").read(), - long_description_content_type="", + long_description_content_type="text/markdown", keywords="ai, chatbot, chat, ai", license="AGPL-3.0", author_email="contact@capsize.gg",