Environment Variables
Overview
# OpenAI
OPENAI_API_KEY="your-openai-key"
# Anthropic
ANTHROPIC_API_KEY="your-anthropic-key"
# Google
GEMINI_API_KEY="your-gemini-key"
# Hugging Face
HUGGINGFACE_TOKEN="your-huggingface-token"
# Perplexity AI
PPLX_API_KEY="your-perplexity-key"Security Best Practices
1. Managing Environment Files
2. Protecting API Keys
3. Configuration Template
4. Loading Environment Variables in Python
Environment Setup Guide
Environment-Specific Configuration
Troubleshooting¶
Common Issues¶
Last updated