Spaces:
Sleeping
Sleeping
File size: 329 Bytes
01f8cd5 | 1 2 3 4 5 6 7 8 9 10 11 | # LLM Configuration
USE_LLM=1
API_BASE_URL=https://router.huggingface.co/v1
MODEL_NAME=Qwen/Qwen2.5-72B-Instruct
# Get your token from https://huggingface.co/settings/tokens
HF_TOKEN=your_huggingface_token_here
# Environment Configuration
# Use http://0.0.0.0:7860 or http://localhost:7860 locally
ENV_URL=http://localhost:7860
|