Skip to content

Commit 7e16d5c

Browse files
committed
feat: 更新文档
1 parent 13615c0 commit 7e16d5c

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* [第九章代码](https://github.com/liteli1987gmail/ai-assisdant-book/tree/main/ch9)
6767
* [第十章代码](https://github.com/liteli1987gmail/ai-assisdant-book/tree/main/ch10)
6868
* [`simple-chat` 开源项目](https://github.com/cssmagic/simple-chat)(第十章案例升级版)
69-
* [本书相关链接](https://github.com/cssmagic/AI-Assisted-LLM-Dev-Book/issues/2)
69+
* [本书相关网址清单](https://github.com/cssmagic/AI-Assisted-LLM-Dev-Book/issues/2)
7070

7171
#### 其他资料
7272

docs/links.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,50 @@ id: 2
33
tags: [文档]
44
---
55

6-
# 本书相关链接
6+
# 本书相关网址清单
7+
8+
##
9+
10+
| 章节号 | 链接名 | 链接地址 | 备注 |
11+
|-------|-------|---------|-----|
12+
|| 附赠视频 | https://cmcm.link/channel | 需要微信扫码关注视频号。|
13+
|| AI 资源汇总 | https://github.com/cssmagic/Awesome-AI |
14+
15+
16+
## 第一章~第八章
17+
18+
| 书中打码的网址 | 实际地址 | 备注 |
19+
|-----------------|---------|-----|
20+
| `https://api.mo**shot.cn/v1` | `https://api.moonshot.cn/v1`
21+
| `http://www.yo**website.com/form` | - | 此为示例中出现的虚拟地址,仅提示读者输入自己的网站地址之用。
22+
| `https://api.gi**ub.com` | `https://api.github.com`
23+
| `https://hu**ingface.co/spaces` | `https://huggingface.co/spaces`
24+
| `https://mo**lscope.cn` | `https://www.modelscope.cn`
25+
726

827
## 第九章
928

1029
| 章节号 | 链接名 | 链接地址 | 备注 |
11-
|---|---|---|---|
12-
| 9.3.2 | OpenAI SDK(Python 版) |https://github.com/openai/openai-python||
30+
|-------|-------|---------|-----|
31+
| 9.3.2 | OpenAI SDK(Python 版) | https://github.com/openai/openai-python ||
1332
| 9.3.3 | OpenAI API 调用地址 | `https://api.openai.com/v1` ||
1433
| 9.7.4 | 本书配套的代码仓库 | https://github.com/liteli1987gmail/ai-assisdant-book ||
1534
| 9.8.1 | OpenAI 官网提供的 GPT API 服务 | https://platform.openai.com/docs/overview ||
1635
| 9.8.1 | Azure 云服务提供的 GPT API 服务 | https://learn.microsoft.com/zh-cn/azure/ai-services/openai/ ||
17-
| 9.8.1 | API2D(大模型 API 聚合平台) | https://api2d.com/ ||
36+
| 9.8.1 | API2D(LLM API 聚合平台) | https://api2d.com/ ||
1837
| 9.8.1 | Kimi(Moonshot)开放平台 | https://platform.moonshot.cn/ ||
19-
| 9.8.1 | DeepSeek 开放平台 | https://platform.deepseek.com/ |需要登录。|
38+
| 9.8.1 | DeepSeek 开放平台 | https://platform.deepseek.com/ | 需要登录。|
2039
| 9.8.1 | 零一万物开放平台 | https://platform.lingyiwanwu.com/ ||
2140
| 9.8.1 | MiniMax 开放平台 | https://platform.minimaxi.com/ ||
22-
| 9.8.2 | GPTs 编辑界面 | https://chatgpt.com/gpts/editor |需要订阅 ChatGPT 会员。|
41+
| 9.8.2 | GPTs 编辑界面 | https://chatgpt.com/gpts/editor | 需要订阅 ChatGPT 会员。|
2342
| 9.8.3 | OpenAI 官方文档:对话式文本补全 API 请求参数 | https://platform.openai.com/docs/api-reference/chat ||
2443
| 9.8.4 | OpenAI 官方文档:对话式文本补全 API 返回数据 | https://platform.openai.com/docs/api-reference/chat/object ||
2544

45+
2646
## 第十章
2747

28-
| 章节号 | 链接名 | 链接地址 | 备注 |
29-
|---|---|---|---|
48+
| 章节号 | 链接名 | 链接地址 | 备注 |
49+
|--------|-------|---------|-----|
3050
| 10.2.2 | Node.js 官网 | https://nodejs.org/zh-cn | |
3151
| 10.2.2 | Chrome 浏览器安装地址 | https://www.google.com/chrome/ | |
3252
| 10.2.2 | Edge 浏览器 | https://www.microsoft.com/zh-cn/edge/download | |
@@ -39,6 +59,4 @@ tags: [文档]
3959
| 10.7.3 | OpenAI SDK(Node.js 版)在 GitHub 上的主页 | https://github.com/openai/openai-node | |
4060
| 10.9.1 | `simple-chat` 开源项目:本章代码的后续改进和升级 | https://github.com/cssmagic/simple-chat | |
4161
| 10.9.2 | GitHub Pages 服务 | https://pages.github.com/ | |
42-
| 10.9.2 | Vercel 提供的服务 | https://vercel.com/docs/build-output-api/v3/primitives#static-files | |
43-
| 10.9.2 | Netlify 提供的服务 | https://www.netlify.com/ | |
4462
| 10.9.2 | 魔搭创空间:创建静态应用 | https://www.modelscope.cn/studios/create | 需要登录。表单中 “接入SDK” 需要选择 “Static”。 |

0 commit comments

Comments
 (0)