ollama run command

This commit is contained in:
Bruce MacDonald
2023-06-28 20:38:03 -04:00
parent 77eddba5b3
commit 885403b4b8
4 changed files with 69 additions and 18 deletions

View File

@@ -16,6 +16,7 @@ aiohttp = {version = "^3.8.4", optional = true}
aiohttp-cors = {version = "^0.7.0", optional = true}
requests = "^2.31.0"
tqdm = "^4.65.0"
validators = "^0.20.0"
[tool.poetry.extras]
server = ["aiohttp", "aiohttp_cors"]