Shell GPT Vertex AI
Summary
a command line interface for google cloud platform's vertex ai chat bot
- generated using: will-wright-eng/cookiecutter-typer-cli
Installing vgpt & Supported Versions
vgpt is available on PyPI:
python -m pip install vgpt
Shell GPT Vertex AI Command Line Interface officially supports Python 3.8+.
Supported Features & Usage
For help, run:
vgpt --help
Commands:
➜ vgpt --help
Usage: vgpt [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
config Configures the application
config-test config test endpoint
hello first endpoint
Development
To contribute to this tool, first checkout the code:
git clone https://github.com/will-wright-eng/shell-gpt-vertex-ai.git
cd shell-gpt-vertex-ai
Then create a new virtual environment:
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Install pre-commit before submitting a PR:
brew install pre-commit
pre-commit install
References
- PyPI Package
- Based on cookiecutter template will-wright-eng/click-app
Release files for vgpt 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vgpt-0.2.0.tar.gz | 18.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vgpt-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 38.6 kB
Release files / vgpt-0.2.0.tar.gz
| Download URL | vgpt-0.2.0.tar.gz |
|---|---|
| Size | 18.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b046c593844997f922bfe2f6500e76e8b13b00014a730853f4f298a02781eace
|
|
BLAKE2b-256 checksum How to use checksums |
8c4a80ecb53ab150591c9af3f54ce39369c45aa92b757dd10293aed951494f3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / vgpt-0.2.0-py3-none-any.whl
| Download URL | vgpt-0.2.0-py3-none-any.whl |
|---|---|
| Size | 19.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f40e906b5ff6286bd5cedc6dbeab403afe42c3f1bb87eead2e91401dee7091ce
|
|
BLAKE2b-256 checksum How to use checksums |
d877719e4c8abc5436dce148d91ac36cb6702893c9c24a809fbc3940e2f1020c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|