mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-02 07:25:26 +08:00
- replace legacy DeepSeek ids with the new deepseek-v4 model family\n- move thinking control to request parameters and preserve assistant reasoning content\n- switch history split to IGNORE transcript injection and map upload auth failures to 401\n- update admin defaults, API docs, samples, and tests for the new model scheme
DS2API 文档导航 | Documentation Index
中文
为减少重复维护,本仓库文档按“入口文档 + 专题文档”拆分。建议从下列顺序阅读:
专题文档
文档维护约定
README.MD/README.en.md:面向首次接触用户,保留“是什么 + 怎么快速跑起来”。docs/ARCHITECTURE*.md:面向开发者,集中维护项目结构、模块职责与调用链。API*.md:面向客户端接入者,聚焦接口行为、鉴权和示例。- 其他
docs/*.md:主题化说明,避免在多个文档重复粘贴同一段内容。
English
To reduce maintenance drift, docs are split into an “entry doc + topical docs” layout.
Recommended reading order:
- Project overview (README)
- Architecture and project layout
- API reference
- Deployment guide
- Testing guide
- Contributing guide
Topical docs
Maintenance conventions
README.MD/README.en.md: onboarding-oriented (“what + quick start”).docs/ARCHITECTURE*.md: developer-oriented source of truth for module boundaries and execution flow.API*.md: integration-oriented behavior/contracts.- Other
docs/*.md: focused topics, avoid copy-pasting the same section into multiple files.