dataflow.registry.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()

Main.

run_import([model_type, skip_llm, skip_embeddings, ...])

Run the model importer.

run_migrate()

Run the migration script.

run_verify()

Run the verification script.

Module Contents¶

dataflow.registry.bin.litellm_cli.main()¶

Main.

dataflow.registry.bin.litellm_cli.run_import(model_type=None, skip_llm=False, skip_embeddings=False, no_progress=False)¶

Run the model importer.

dataflow.registry.bin.litellm_cli.run_migrate()¶

Run the migration script.

dataflow.registry.bin.litellm_cli.run_verify()¶

Run the verification script.