# TRACE v1 Environment Configuration # API configuration API_BASE_URL=http://localhost:7860 HF_TOKEN=your-huggingface-token-here # Server configuration PORT=7860 HOST=0.0.0.0 # Optional: Model configuration (for inference.py) MODEL_NAME=meta-llama/Llama-2-7b-chat TEMPERATURE=0.7 MAX_TOKENS=150 # Optional: Logging LOG_LEVEL=INFO ENABLE_DEBUG_OUTPUT=false