# Copy to .env and fill in real values — never commit .env # Hugging Face Inference Endpoint URL (found in HF Spaces / Endpoints dashboard) HF_ENDPOINT_URL=https://api-inference.huggingface.co/models/joduor/adaptive-model # HF access token (read or write depending on endpoint privacy setting) HF_TOKEN=hf_xxxxxxxxxxxxxxxxxxxx # Base model ID on the Hub (used by hf-endpoint/handler.py during container build) BASE_MODEL=Qwen/Qwen2.5-7B-Instruct # Adapter repo IDs on the Hub (one per mode) ADAPTER_SUPPORT=joduor/adapter-support ADAPTER_ANALYTICS=joduor/adapter-analytics ADAPTER_FORM=joduor/adapter-form