You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): update documentation for chat modes and model adapters
- Add 'Deepseek' to VS Code spell check words
- Update sponsor list in docs with new entry for 'hoshino'
- Improve clarity in chat mode descriptions
- Refine output mode documentation, add 'pure-text' description
- Clarify usage of AT messages in output mode settings
- Revise stream output documentation formatting
- Adjust text censor service description
- Simplify embedding model introduction
- Update model adapter instructions for Claude, DeepSeek, Gemini,
Moonshot, OpenAI-Like, Qwen and RWKV platforms
- Standardize model testing procedures across platform guides
- Minor grammatical and stylistic improvements throughout docs
Copy file name to clipboardExpand all lines: docs/guide/configure-model-platform/claude.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Claude
2
2
3
-
Claude 是 Anthropic 公司推出的大语言模型,旗下同时开放 `claude-3.5-Sonnet`,`claude-3-haiku` 等模型。
3
+
Claude 是 Anthropic 公司推出的大语言模型,旗下同时开放 `claude-4.5-Sonnet`,`claude-3.5-haiku` 等模型。
4
4
5
5
我们支持对接 Claude 里大部分可用的聊天大语言模型或嵌入模型。
6
6
7
-
由于 API 限制,我们无法获取到 Claude 的最新模型列表。所以当 Claude 发布新模型时,我们滞后一段时间才会更新模型列表。
7
+
由于 API 限制,我们无法获取到 Claude 的最新模型列表。模型列表会滞后一段时间更新。
8
8
9
9
## 安装
10
10
@@ -32,21 +32,19 @@ Claude 是 Anthropic 公司推出的大语言模型,旗下同时开放 `claude
32
32
33
33
## 使用
34
34
35
-
在 Claude 适配器的配置页面,点击运行按钮,如无误,你应该看不到任何错误 log,那即可转到 ChatLuna 的主插件页面。
35
+
在 Claude 适配器的配置页面,点击运行按钮,检查你的日志界面,是否看到错误日志。
36
36
37
-
在主插件页面,下划到 [模版房间选项](../useful-configurations.md#模版房间选项),查看 [defaultModel](../useful-configurations.md#defaultmodel) 的选项里是否含有 Claude 模型,如果有,则说明 Claude 适配器已经成功的运行。
0 commit comments