docs(guide): 调整模型适配器配置顺序#40
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe getting-started documentation is reorganized to consolidate model adapter configuration guidance immediately after the installation section, eliminating duplication and improving the logical flow of setup instructions for new users. ChangesGetting Started Guide Reorganization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request adjusts the structure of the getting-started documentation by moving the "Configure Model Adapter" section earlier in the guide. The review feedback suggests appending the .md extension to relative links within this section to ensure consistent and correct link resolution across different Markdown parsers.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| 参考 [模型平台](./configure-model-platform/introduction.md),选择你需要配置的模型平台类型。 | ||
|
|
||
| ::: warning 注意 | ||
| 如果你所在的地区无法访问某些模型 API 服务,则需要设置代理。请在 `ChatLuna` 主插件的设置里设置代理(请求设置 -> [`isProxy`](./useful-configurations#isproxy),请求设置 -> [`proxyAddress`](./useful-configurations#proxyaddress))。 |
There was a problem hiding this comment.
为了确保链接在不同的 Markdown 解析器和静态网站生成器(如 VitePress)中能够正确解析,并与同文件其他地方(如第 92 行的 ./useful-configurations.md#defaultchatmode)保持一致,建议在相对路径链接中补全 .md 后缀。
| 如果你所在的地区无法访问某些模型 API 服务,则需要设置代理。请在 `ChatLuna` 主插件的设置里设置代理(请求设置 -> [`isProxy`](./useful-configurations#isproxy),请求设置 -> [`proxyAddress`](./useful-configurations#proxyaddress))。 | |
| 如果你所在的地区无法访问某些模型 API 服务,则需要设置代理。请在 `ChatLuna` 主插件的设置里设置代理(请求设置 -> [`isProxy`](./useful-configurations.md#isproxy),请求设置 -> [`proxyAddress`](./useful-configurations.md#proxyaddress))。 |
摘要
测试
Summary by CodeRabbit