use poetry

This commit is contained in:
Michael Yang
2023-06-27 13:55:53 -07:00
parent 1459ffc9f3
commit 7737ec0775
7 changed files with 1363 additions and 22 deletions

4
ollama/__main__.py Normal file
View File

@@ -0,0 +1,4 @@
from ollama.cmd import cli
if __name__ == '__main__':
cli.main()