# Copy this file to .env and fill in your values. # .env is gitignored — never commit actual keys. # # Usage: # cp .env.example .env # # edit .env with your values # uv run python inference.py # OpenAI-compatible LLM API endpoint API_BASE_URL=https://router.huggingface.co/v1 # Model identifier MODEL_NAME=Qwen/Qwen2.5-72B-Instruct # API key (Hugging Face token or other provider key) HF_TOKEN=hf_... # (Optional) Override the environment server URL # Default is the deployed HF Space: https://mohammed-altaf-dataanalysis-env.hf.space # Override for local testing: # ENV_SERVER_URL=http://localhost:8000