dataflow.bin.litellm_cli¶
Haive Vault CLI.
A command-line utility for managing vault secrets and model imports.
- Usage:
python haive_vault_cli.py [command] [options]
- Commands:
migrate Migrate API keys and secrets to the vault import Import LLM and embedding models verify Verify vault secret references help Show this help message
Functions¶
|
Main. |
|
Run the model importer. |
Run the migration script. |
|
Run the verification script. |
Module Contents¶
- dataflow.bin.litellm_cli.main()¶
Main.
- dataflow.bin.litellm_cli.run_import(model_type=None, skip_llm=False, skip_embeddings=False, no_progress=False)¶
Run the model importer.
- dataflow.bin.litellm_cli.run_migrate()¶
Run the migration script.
- dataflow.bin.litellm_cli.run_verify()¶
Run the verification script.