add prompt templates as j2 templates

This commit is contained in:
Michael Yang
2023-06-27 15:46:05 -07:00
parent ce7fe42345
commit dd4448f787
16 changed files with 194 additions and 440 deletions

View File

@@ -10,6 +10,7 @@ scripts = {ollama = "ollama.cmd.cli:main"}
[tool.poetry.dependencies]
python = "^3.11"
llama-cpp-python = "^0.1.66"
jinja2 = "^3.1.2"
aiohttp = {version = "^3.8.4", optional = true}
aiohttp-cors = {version = "^0.7.0", optional = true}