trace / .env.example
mrmarvelous's picture
Upload folder using huggingface_hub
de4eb9c verified
Raw
History Blame Contribute Delete
380 Bytes
# 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