-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
20 lines (14 loc) · 748 Bytes
/
.env.example
File metadata and controls
20 lines (14 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Required, separate multiple userId with English commas
USERIDS= xxx,yyy
# Optional, PORT. Default: 8080
PORT=8080
# Optional, API key for authenticating client requests (e.g., the key entered for openweb-ui requests). If empty, no authentication is required.
APIKEY=sk-xxx
# Optional, Proxy address. Default: No proxy is used.
HTTP_PROXY= http://127.0.0.1:7890
# Optional, List of models, separated by English commas.
MODELS=gpt-4.1-mini,claude-3-7-sonnet,grok-3-mini,qwen-qwq
# Optional, Number of retry attempts on request failure. 0 or 1 means no retry. Default: 0 (no retry). A different userId will be used for each retry.
RETRY=3
# Optional, Whether to delete chat history on the page. Default: false (do not delete).
CHAT_DELETE=true