Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Dec 30, 2023
1 parent 00fb03a commit 573fc62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# All options are optional, remove those you do not need
VITE_CUSTOM_API_ENDPOINT=
VITE_DEFAULT_API_ENDPOINT=
VITE_OFFICIAL_API_ENDPOINT=https://aki.deviner.org/v1/chat/completions
VITE_CUSTOM_API_ENDPOINT= # 设置您的自定义API端点,如果有的话
VITE_DEFAULT_API_ENDPOINT= # 设置您的默认API端点,如果有的话
VITE_OPENAI_API_KEY=sk-deveiner.link
VITE_DEFAULT_SYSTEM_MESSAGE= # Remove this line if you want to use the default system message of Devin ChatGPT
VITE_GOOGLE_CLIENT_ID= # for syncing data with google drive

0 comments on commit 573fc62

Please sign in to comment.