mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-18 20:21:03 +00:00
Change name to llm-cli in setup and README, refs #1
This commit is contained in:
parent
8afc46c520
commit
04d00d9522
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# llm
|
||||
# llm-cli
|
||||
|
||||
[](https://pypi.org/project/llm-cli/)
|
||||
[](https://github.com/simonw/llm-cli/releases)
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -13,7 +13,7 @@ def get_long_description():
|
|||
|
||||
|
||||
setup(
|
||||
name="llm",
|
||||
name="llm-cli",
|
||||
description="Access large language models from the command-line",
|
||||
long_description=get_long_description(),
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
|
|||
Loading…
Reference in a new issue