-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env
19 lines (15 loc) · 918 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Official API configuration
VITE_OFFICIAL_API_ENDPOINT=https://aci.chiangma.com/v1/chat/completions
VITE_OFFICIAL_API_KEY=sk-chiangma.com
# Custom API configuration
VITE_CUSTOM_API_ENDPOINT=https://chiangma.com/v1/chat/completions
VITE_CUSTOM_API_KEY=sk-6JSwQhsdVdVBDKG0A6DcC3A4CeA840E3A66473E853D21517
# Default API endpoint and system message configuration (if needed)
VITE_DEFAULT_API_ENDPOINT= # 设置您的默认API端点,如果有的话
VITE_DEFAULT_SYSTEM_MESSAGE= # Remove this line if you want to use the default system message of Devin ChatGPT
VITE_OPENAI_API_KEY=sk-chiangma.com
VITE_DEFAULT_SYSTEM_MESSAGE= # Remove this line if you want to use the default system message of Devin ChatGPT
# Google Drive sync (if needed)
VITE_GOOGLE_CLIENT_ID= # for syncing data with google drive
# Password for accessing certain parts of the website
REACT_APP_ACCESS_PASSWORD=chiangma.com