mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 17:44:13 +08:00
feat: Add DeepSeek API key and fix MCP environment variable parsing
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
|
||||
|
||||
# Your openai api key. (required)
|
||||
OPENAI_API_KEY=sk-xxxx
|
||||
|
||||
# DeepSeek Api Key. (Optional)
|
||||
DEEPSEEK_API_KEY=
|
||||
|
||||
# Access password, separated by comma. (optional)
|
||||
CODE=your-password
|
||||
|
||||
@@ -70,5 +75,6 @@ ANTHROPIC_API_VERSION=
|
||||
### anthropic claude Api url (optional)
|
||||
ANTHROPIC_URL=
|
||||
|
||||
|
||||
### (optional)
|
||||
WHITE_WEBDAV_ENDPOINTS=
|
Reference in New Issue
Block a user