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

@@ -19,7 +19,6 @@ dependencies = [
"python-decouple",
"sqlalchemy",
"sqlmodel",
"fastembed",
"tiktoken",
"gradio>=4.26.0",
"markdown",