Improve cli (#179)

This commit is contained in:
Adil Hafeez 2024-10-10 17:44:41 -07:00 committed by GitHub
parent ceca0dba28
commit 7d5f760884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 611 additions and 445 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.0.1"
version = "0.0.3"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -22,7 +22,8 @@ click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
setuptools = "75.1.0"
archgw_modelserver= "0.0.2"
archgw_modelserver= "0.0.3"
huggingface_hub = "^0.25.2"
[tool.poetry.scripts]
archgw = "cli.main:main"