Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Jun 7, 2024
1 parent 65afff5 commit 7d21ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
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://new.chiangma.com/v1/chat/completions
VITE_CUSTOM_API_KEY=sk-CMNFWqmxWRlJAF0S6e2f71F7B51b4576B50c292447CbDe56
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端点,如果有的话
Expand All @@ -15,5 +15,5 @@ VITE_DEFAULT_SYSTEM_MESSAGE= # Remove this line if you want to use the defau
VITE_GOOGLE_CLIENT_ID= # for syncing data with google drive

# Password for accessing certain parts of the website
REACT_APP_ACCESS_PASSWORD=deviner.org
REACT_APP_ACCESS_PASSWORD=chiangma.com

0 comments on commit 7d21ce3

Please sign in to comment.