DataAnalysis_Env / .env.example
Mohammed-Altaf's picture
made changes to use apis from terminal in inferece.py and pointing direct to hf space for env evaluation
0b1e137
raw
history blame contribute delete
616 Bytes
# 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