File size: 616 Bytes
0b1e137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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