config command manages PraisonAI configuration settings.
Usage
Commands
| Command | Description |
|---|---|
show | Show current configuration |
set | Set a configuration value |
get | Get a configuration value |
reset | Reset configuration to defaults |
Examples
Show current configuration
Set a configuration value
Get a specific value
Reset to defaults
Configuration File
Configuration is stored in~/.praison/config.yaml:
Environment Variables
Configuration can also be set via environment variables:| Variable | Description |
|---|---|
OPENAI_API_KEY | OpenAI API key |
ANTHROPIC_API_KEY | Anthropic API key |
PRAISONAI_MODEL | Default model |
PRAISONAI_VERBOSE | Enable verbose mode |
See Also
- Profile - Performance profiling
- Environment - Environment diagnostics

