# LLM API Access Tokens # Copy this file to .env and fill in your API keys # Never commit .env to version control # Hugging Face # Get your token at: https://huggingface.co/settings/tokens HUGGINGFACE_TOKEN='' # OpenAI # Get your API key at: https://platform.openai.com/api-keys OPENAI_API_KEY='' # Anthropic # Get your API key at: https://console.anthropic.com/settings/keys ANTHROPIC_API_KEY='' # Google (Gemini) # Get your API key at: https://aistudio.google.com/apikey GOOGLE_API_KEY=''