forked from kagnlp/WebOperator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 992 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PUBLIC_HOSTNAME=<YOUR_SERVER_DOMAIN_HERE>
WA_SHOPPING=http://${PUBLIC_HOSTNAME}:7770
WA_SHOPPING_ADMIN=http://${PUBLIC_HOSTNAME}:7780/admin
WA_REDDIT=http://${PUBLIC_HOSTNAME}:9999
WA_GITLAB=http://${PUBLIC_HOSTNAME}:8023
WA_GITLAB_IP=${PUBLIC_HOSTNAME}
WA_WIKIPEDIA=http://${PUBLIC_HOSTNAME}:8888/wikipedia_en_all_maxi_2022-05/A/User:The_other_Kiwix_guy/Landing
WA_MAP=http://${PUBLIC_HOSTNAME}:3000
# WA_HOMEPAGE=http://${PUBLIC_HOSTNAME}:4399
# WA_FULL_RESET=http://${PUBLIC_HOSTNAME}:7565
RETRIEVER_API_SERVER=http://${PUBLIC_HOSTNAME}:8000 # Refer to gobrowse/README.md
HUGGING_FACE_API_SERVER=http://${PUBLIC_HOSTNAME}:3000 # Refer to vllm/README.md
OPENROUTER_API_KEYS=<API_KEY_1>,<API_KEY_2>,<API_KEY_3> # To tackle rate limits, provide multiple API keys separated by commas
AZURE_ENDPOINT=<AZURE_ENDPOINT_URL>
AZURE_OPENAI_API_KEY=<AZURE_OPENAI_API_KEY>
AZURE_API_VERSION=<API_VERSION> # Example: 2025-01-01-preview
MAX_AXTREE_SIZE=80000 # Adjust based on model's context window