# OpenEnv Environment Variables # Copy this to .env and fill in your values # Required - Hugging Face API Key HF_TOKEN=your_huggingface_token_here # Required - LLM Configuration API_BASE_URL=https://router.huggingface.co/v1 MODEL_NAME=Qwen/Qwen2.5-72B-Instruct # Optional - Environment URL (defaults to localhost) ENV_URL=http://localhost:8000 # Optional - For local testing without Docker OPENAI_API_KEY=your_openai_key_if_using_openai