mirror of
https://github.com/Laurent2916/nio-llm.git
synced 2024-11-09 15:02:03 +00:00
✨ add nio-llm as poetry script command
This commit is contained in:
parent
a40c86ad65
commit
2fce498162
|
@ -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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue