Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Jan 25, 2024
1 parent 9e1e8e0 commit 776f77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Official API configuration
VITE_OFFICIAL_API_ENDPOINT=https://copilot.deviner.org/v1/chat/completions
VITE_OFFICIAL_API_KEY=ghu_M5Y44MzEHgnIFwMV54YmGvySONCBJG3BnDXn
VITE_OFFICIAL_API_KEY=ghu_jD8AkzluNValRpoKUM6KvSM2VwSy0k0m8bn5
# Custom API configuration
VITE_CUSTOM_API_ENDPOINT=https://deviner.org/LCh-kDevinerapi1/v1/chat/completions
VITE_CUSTOM_API_KEY=fk-yUy1-k1uCieZQjR1UbZW8FvCUtH-s72GRPe4kMM8_QU

# 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=ghu_M5Y44MzEHgnIFwMV54YmGvySONCBJG3BnDXn
VITE_OPENAI_API_KEY=ghu_jD8AkzluNValRpoKUM6KvSM2VwSy0k0m8bn5
VITE_DEFAULT_SYSTEM_MESSAGE= # Remove this line if you want to use the default system message of Devin ChatGPT

# Google Drive sync (if needed)
Expand Down

0 comments on commit 776f77d

Please sign in to comment.