From 06432d3cdffc751d5e520224926344193307524d Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sat, 11 Apr 2026 15:54:16 -0400 Subject: [PATCH] DOCS: Update .env.example with gateway and provider variables --- .env.example | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.env.example b/.env.example index 605da09..7631be4 100644 --- a/.env.example +++ b/.env.example @@ -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