Vertex CLI is a powerful command-line tool designed to streamline your workflows and integrate AI capabilities seamlessly. With just a few commands, you can set up and start using advanced features like querying models and generating insights.
Follow these steps to get started:
-
Clone the repository:
git clone https://github.com/Prtm2110/Vertex-CLI cd Vertex-CLI
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the initial setup script:
python3 cli/prompt.py --setup
-
Configure the CLI with your model details:
tex -s --config <gemini-model> <model-api-key>
Replace
<gemini-model>
with your model name and<model-api-key>
with your API key.
You're now ready to use Vertex CLI!
To start using Vertex CLI, simply type the following command:
tex "tell me about solar system"
Replace "tell me about solar system"
with any query you'd like. Vertex CLI will process your input and provide accurate, AI-generated insights.
- Seamless Setup: Quickly configure the CLI with minimal effort.
- Flexible Queries: Ask anything, and Vertex CLI will provide precise responses.
- Powerful Integration: Leverage advanced models with API key support.
Contributions are welcome! If you'd like to improve Vertex CLI or add new features:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature description"
- Push to your branch:
git push origin feature/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you encounter any issues, feel free to open an issue on the GitHub repository.