DOCS: Update .env.example with gateway and provider variables

This commit is contained in:
2026-04-11 15:54:16 -04:00
parent ef869bac0d
commit 06432d3cdf

View File

@@ -1,16 +1,18 @@
# org-agent: Neural Engine Configuration
# Get your API key from the respective provider (e.g., Google AI Studio for Gemini)
# Core LLM Providers
GEMINI_API_KEY="your_gemini_key_here"
ANTHROPIC_API_KEY="your_anthropic_key_here"
OPENAI_API_KEY="your_openai_key_here"
GROQ_API_KEY="your_groq_key_here"
OPENROUTER_API_KEY="your_openrouter_key_here"
# Legacy/Default (Optional)
LLM_API_KEY="your_api_key_here"
LLM_ENDPOINT="https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent"
# OpenRouter Configuration (Optional)
OPENROUTER_API_KEY="your_openrouter_key_here"
# Dynamic Model Configuration (Provider Suffixes)
# These can also be set via Org-mode properties in your Memex
# :LLM_MODEL_OPENAI: gpt-4o
# :LLM_MODEL_ANTHROPIC: claude-3-5-sonnet-20240620
# :LLM_MODEL_OPENROUTER: google/gemini-pro-1.5
# Communication Gateways
TELEGRAM_BOT_TOKEN="your_telegram_bot_token_here"
SIGNAL_ACCOUNT_NUMBER="+1..."
# System 2: Symbolic Constraints
SAFETY_BLOCK_SHELL=true