Environment Variables
Tuvo Code supports several environment variables for configuration.
API Keys
export OPENAI_API_KEY="sk-..."
export ANTHROPIC_API_KEY="sk-ant-..."
export GEMINI_API_KEY="..."
export OPENROUTER_API_KEY="..."Configuration
export TUVO_CONFIG_DIR="/path/to/config"
export TUVO_LOG_LEVEL="debug"Environment variables take precedence over configuration file settings.