ccm commited on
Commit
62893ac
·
verified ·
1 Parent(s): 628140f

Update .env.local

Browse files
Files changed (1) hide show
  1. .env.local +9 -1
.env.local CHANGED
@@ -2,4 +2,12 @@ OPENAI_BASE_URL=https://ay8ts6hfrqidjvwt.us-east-1.aws.endpoints.huggingface.clo
2
 
3
  PUBLIC_APP_NAME="Your ChatUI App"
4
 
5
- MONGODB_URL=mongodb://localhost:27017
 
 
 
 
 
 
 
 
 
2
 
3
  PUBLIC_APP_NAME="Your ChatUI App"
4
 
5
+ MONGODB_URL=mongodb://localhost:27017
6
+
7
+ # Omni (LLM Router) settings
8
+ LLM_ROUTER_ROUTES_PATH=/app/routes.chat.json
9
+ LLM_ROUTER_ARCH_BASE_URL=https://tgck2hcu5491iwy9.us-east-1.aws.endpoints.huggingface.cloud/v1
10
+ LLM_ROUTER_ARCH_MODEL=katanemo/Arch-Router-1.5B
11
+ LLM_ROUTER_FALLBACK_MODEL=Qwen/Qwen3-1.7B-nothink
12
+ PUBLIC_LLM_ROUTER_ALIAS_ID=omni
13
+ PUBLIC_LLM_ROUTER_DISPLAY_NAME=Omni