add nio-llm as poetry script command

This commit is contained in:
Laureηt 2023-05-24 22:23:56 +02:00
parent a40c86ad65
commit 2fce498162
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 4 additions and 1 deletions

View file

@ -59,9 +59,9 @@ async def _main(
device_id: str,
username: str,
password: str,
room: str,
preprompt: str,
ggml_path: Path,
room: str,
) -> None:
"""Run the async main program.

View file

@ -8,6 +8,9 @@ readme = "README.md"
repository = "https://github.com/Laurent2916/nio-llm.git"
version = "0.1.0"
[tool.poetry.scripts]
nio-llm = "nio_llm.main:main"
[tool.poetry.dependencies]
python = "^3.11"
click = "^8.1.3"