File size: 489 Bytes
e349312 aee1b53 021f73a 62893ac 0fc365b 62893ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
OPENAI_BASE_URL=https://ay8ts6hfrqidjvwt.us-east-1.aws.endpoints.huggingface.cloud/v1/
PUBLIC_APP_NAME="Your ChatUI App"
MONGODB_URL=mongodb://localhost:27017
# Omni (LLM Router) settings
LLM_ROUTER_ROUTES_PATH=/app/routes.chat.json
LLM_ROUTER_ARCH_BASE_URL=https://tgck2hcu5491iwy9.us-east-1.aws.endpoints.huggingface.cloud/v1
LLM_ROUTER_ARCH_MODEL=katanemo/Arch-Router-1.5B
LLM_ROUTER_FALLBACK_MODEL=Qwen/Qwen3-1.7B
PUBLIC_LLM_ROUTER_ALIAS_ID=omni
PUBLIC_LLM_ROUTER_DISPLAY_NAME=Omni |