Fix/cli docs (#143)

* Improved documentation in tg-invoke-prompt.  Added tg-invoke-llm.
These are diagnostics for the text-completion and prompt services.

* Fix command name
This commit is contained in:
cybermaggedon 2024-11-07 21:01:51 +00:00 committed by GitHub
parent c308180b54
commit 66d273cf5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 73 additions and 4 deletions

View file

@ -52,5 +52,6 @@ setuptools.setup(
"scripts/tg-init-pulsar",
"scripts/tg-processor-state",
"scripts/tg-invoke-prompt",
"scripts/tg-invoke-llm",
]
)