docs: update documentation content and structure#35
Open
2023478 wants to merge 5 commits intosipeed:mainfrom
Open
docs: update documentation content and structure#352023478 wants to merge 5 commits intosipeed:mainfrom
2023478 wants to merge 5 commits intosipeed:mainfrom
Conversation
imguoguo
requested changes
Apr 28, 2026
|
|
||
| ## 获取 API Key | ||
|
|
||
| 1. 访问 Anthropic 控制台[ Anthropic Console](https://console.anthropic.com/),注册并登录 |
Member
There was a problem hiding this comment.
Suggested change
| 1. 访问 Anthropic 控制台[ Anthropic Console](https://console.anthropic.com/),注册并登录 | |
| 1. 访问 Anthropic 控制台 [Anthropic Console](https://console.anthropic.com/),注册并登录 |
|
|
||
| | 模型 | 输入(每百万 Token) | 输出(每百万 Token) | | ||
| | :---------------: | :------------------: | :------------------: | | ||
| | claude-sonnet-4.6 | \$3 | \$15 | |
Member
There was a problem hiding this comment.
可以看看新的4.7?
Suggested change
| | claude-sonnet-4.6 | \$3 | \$15 | | |
| | claude-sonnet-4.7 | \$3 | \$15 | |
|
|
||
| ### 第一步:访问平台 | ||
|
|
||
| 前往 [Try NVIDIA NIM APIs](https://build.nvidia.com/)NVIDIA Build 平台 |
Member
There was a problem hiding this comment.
Suggested change
| 前往 [Try NVIDIA NIM APIs](https://build.nvidia.com/)NVIDIA Build 平台 | |
| 前往 [Try NVIDIA NIM APIs](https://build.nvidia.com/) NVIDIA Build 平台 |
|
|
||
| ### 第二步:创建 API Key | ||
|
|
||
| 1. 点击右上角头像 → 选择 **API Keys**(直达:https://build.nvidia.com/settings/api-keys) |
| "group_trigger": { | ||
| "type": "discord", | ||
| "allow_from": [ | ||
| "23123123123" |
| "model_name": "llama-3.3-70b", | ||
| "model": "groq/llama-3.3-70b-versatile", | ||
| "api_base": "https://api.groq.com/openai/v1" | ||
| }, |
Comment on lines
+83
to
+85
| 'providers/groq-api', | ||
| 'providers/Anthropic-api', | ||
| 'providers/NVIDIA-api', |
| @@ -0,0 +1,96 @@ | |||
| --- | |||
| id: Anthropic-api | |||
| title: Claude(Anthropic) API | |||
Member
There was a problem hiding this comment.
Suggested change
| title: Claude(Anthropic) API | |
| title: Claude(Anthropic) API |
|
|
||
| config.json 配置 | ||
|
|
||
| ``` |
Member
There was a problem hiding this comment.
Suggested change
| ``` | |
| ```json |
包括其它代码块也一样,需要添加具体语言,才有高亮
|
|
||
| `~/.picoclaw/.security.yml`: | ||
|
|
||
| ```YAML |
Member
There was a problem hiding this comment.
Suggested change
| ```YAML | |
| ```yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves documentation quality by refining content clarity, structure, and consistency across the updated pages. The goal is to make onboarding and feature discovery easier for users while keeping terminology and formatting aligned with project standards.
What Changed
Why
Scope
Validation
Checklist