Files
n8n-AI-Multiple-Agent-Team/.env.example

18 lines
518 B
Plaintext

# n8n-Homelab-CTO-Agent-Team Configuration
# Copy this file to .env and fill in your actual values
# OpenAI API Configuration
OPENAI_API_KEY=your_openai_api_key_here
# Telegram Bot Configuration
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
TELEGRAM_CHAT_ID=your_telegram_chat_id_here
# n8n Configuration
N8N_HOST_URL=http://localhost:5678
# Optional: Alternative LLM Providers
# ANTHROPIC_API_KEY=your_anthropic_api_key_here
# GOOGLE_API_KEY=your_google_gemini_api_key_here
# OLLAMA_HOST=http://localhost:11434