Skip to content

docs: document DEEPSEEK_URL in .env.template#6818

Merged
Leizhenpeng merged 1 commit into
ChatGPTNextWeb:mainfrom
TIANQIAN1238:feat-document-deepseek-url
Jul 6, 2026
Merged

docs: document DEEPSEEK_URL in .env.template#6818
Leizhenpeng merged 1 commit into
ChatGPTNextWeb:mainfrom
TIANQIAN1238:feat-document-deepseek-url

Conversation

@TIANQIAN1238

Copy link
Copy Markdown
Contributor

💻 变更类型 | Change Type

  • docs

🔀 变更说明 | Description of Change

The server already reads process.env.DEEPSEEK_URL (app/config/server.ts) so users can point DeepSeek at a custom API base url, but the variable was missing from .env.template — only DEEPSEEK_API_KEY was listed. This adds it right next to the key.

 # DeepSeek Api Key. (Optional)
 DEEPSEEK_API_KEY=
+
+# DeepSeek Api Url. (Optional)
+DEEPSEEK_URL=

Docs-only change; no code is affected.

🤖 Generated with Claude Code

The server already reads process.env.DEEPSEEK_URL
(app/config/server.ts) to allow a custom DeepSeek API base url, but the
variable was missing from .env.template. Add it next to DEEPSEEK_API_KEY.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Leizhenpeng
Leizhenpeng merged commit fb21de8 into ChatGPTNextWeb:main Jul 6, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants