Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Jan 1, 2024
1 parent 63cddba commit 4dd9d95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# All options are optional, remove those you do not need
VITE_OFFICIAL_API_ENDPOINT=https://aki.deviner.org/v1/chat/completions
VITE_OFFICIAL_API_ENDPOINT_1=https://aki.deviner.org/v1/chat/completions
VITE_OFFICIAL_API_KEY_1=sk-deveiner.org

VITE_OFFICIAL_API_ENDPOINT_2=https://deviner.org/LCh-kDevinerapi1/v1/chat/completions
VITE_OFFICIAL_API_KEY_2=fk-I91XV8wK1676ctjo0iyugw1aeYw9M0pM8Xcz9mZlnzQ

VITE_CUSTOM_API_ENDPOINT= # 设置您的自定义API端点,如果有的话
VITE_DEFAULT_API_ENDPOINT= # 设置您的默认API端点,如果有的话
VITE_OPENAI_API_KEY=sk-deveiner.org
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 4dd9d95

Please sign in to comment.