nemoguardrails.cli
Submodules
nemoguardrails.cli.chatnemoguardrails.cli.debuggernemoguardrails.cli.migrationnemoguardrails.cli.providers
Package Contents
Classes
Functions
Data
API
Bases: enum.Enum
one
two_alpha
Start a NeMo Guardrails actions server.
Convert Colang files and configs from older version to the latest.
List and select LLM providers interactively.
This command provides an interactive interface to explore and select LLM providers. It supports both text completion and chat completion model providers.
When run without options:
- First, you’ll be prompted to select a provider type:
- Type to filter between “text completion” and “chat completion”
- Use arrow keys to navigate through matches
- Press Tab to autocomplete
- Press Enter to select
- Then, you’ll be prompted to select a specific provider:
- Type to filter through available providers
- Use arrow keys to navigate through matches
- Press Tab to autocomplete
- Press Enter to select
When run with —list:
- Simply lists all available providers
- No selection is made
Start a NeMo Guardrails server.