pull from remote

This commit is contained in:
Bruce MacDonald
2023-06-28 12:13:13 -04:00
parent 1d0c84a6c7
commit 52beb0a99e
5 changed files with 168 additions and 11 deletions

View File

@@ -13,6 +13,8 @@ llama-cpp-python = "^0.1.66"
aiohttp = {version = "^3.8.4", optional = true}
aiohttp-cors = {version = "^0.7.0", optional = true}
requests = "^2.31.0"
tqdm = "^4.65.0"
[tool.poetry.extras]
server = ["aiohttp", "aiohttp_cors"]