structural_design_env / .env.example
Ayush-Singh's picture
Rebuild as structural_design_env: replace pgsa_env with full OpenEnv implementation
63dd587
# Environment secrets β€” copy to .env and fill in values
# DO NOT commit .env to git
# ── LLM API Configuration ─────────────────────────────────────────────────────
# OpenAI-compatible endpoint (local LLM or cloud)
API_BASE_URL=http://localhost:11434/v1
# Model identifier (e.g. llama3.1, gpt-4o, mistral, etc.)
MODEL_NAME=llama3.1
# ── Hugging Face ──────────────────────────────────────────────────────────────
# Required for HF Space deployment (openenv push / huggingface-cli)
HF_TOKEN=your_huggingface_token_here
# ── Server Configuration ─────────────────────────────────────────────────────
# URL of the running structural_design_env server (for inference.py)
SERVER_URL=http://localhost:7860
# Enable interactive web UI at /web (default: false)
ENABLE_WEB_INTERFACE=false
# ── Inference Settings ────────────────────────────────────────────────────────
MAX_STEPS=30