allow LlamaCppChat to auto download model from hf hub (#29)

This commit is contained in:
ian_Cin
2024-04-13 18:57:04 +07:00
committed by GitHub
parent 917fb0a082
commit 4022af7e9b
3 changed files with 37 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ dependencies = [
"theflow",
"llama-index>=0.9.0,<0.10.0",
"llama-hub",
"gradio>=4.0.0,<=4.22.0",
"gradio>=4.26.0",
"openpyxl",
"cookiecutter",
"click",
@@ -34,6 +34,7 @@ dependencies = [
"unstructured",
"pypdf",
"html2text",
"fastembed",
]
readme = "README.md"
license = { text = "MIT License" }