Skip to content

Commit 4cc935c

Browse files
committed
feat: 添加文档(本书相关链接)
1 parent 63287a9 commit 4cc935c

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565

6666
* [第九章代码](https://github.com/liteli1987gmail/ai-assisdant-book/tree/main/ch9)
6767
* [第十章代码](https://github.com/liteli1987gmail/ai-assisdant-book/tree/main/ch10)
68-
* [`simple-chat` 开源项目](https://github.com/cssmagic/simple-chat)(第十章案例升级版)
68+
* [`simple-chat` 开源项目](https://github.com/cssmagic/simple-chat)(第十章案例升级版)
69+
* [本书相关链接](https://github.com/cssmagic/AI-Assisted-LLM-Dev-Book/issues/2)
6970

7071
#### 其他资料
7172

docs/links.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
id: 2
3+
tags: [文档]
4+
---
5+
6+
# 本书相关链接
7+
8+
## 第九章
9+
10+
| 章节号 | 链接名 | 链接地址 | 备注 |
11+
|---|---|---|---|
12+
| 9.3.2 | OpenAI SDK(Python 版) |https://github.com/openai/openai-python||
13+
| 9.3.3 | OpenAI API 调用地址 | `https://api.openai.com/v1` ||
14+
| 9.7.4 | 本书配套的代码仓库 | https://github.com/liteli1987gmail/ai-assisdant-book ||
15+
| 9.8.1 | OpenAI 官网提供的 GPT API 服务 | https://platform.openai.com/docs/overview ||
16+
| 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/ ||
18+
| 9.8.1 | Kimi(Moonshot)开放平台 | https://platform.moonshot.cn/ ||
19+
| 9.8.1 | DeepSeek 开放平台 | https://platform.deepseek.com/ |需要登录。|
20+
| 9.8.1 | 零一万物开放平台 | https://platform.lingyiwanwu.com/ ||
21+
| 9.8.1 | MiniMax 开放平台 | https://platform.minimaxi.com/ ||
22+
| 9.8.2 | GPTs 编辑界面 | https://chatgpt.com/gpts/editor |需要订阅 ChatGPT 会员。|
23+
| 9.8.3 | OpenAI 官方文档:对话式文本补全 API 请求参数 | https://platform.openai.com/docs/api-reference/chat ||
24+
| 9.8.4 | OpenAI 官方文档:对话式文本补全 API 返回数据 | https://platform.openai.com/docs/api-reference/chat/object ||
25+
26+
## 第十章
27+
28+
| 章节号 | 链接名 | 链接地址 | 备注 |
29+
|---|---|---|---|
30+
| 10.2.2 | Node.js 官网 | https://nodejs.org/zh-cn | |
31+
| 10.2.2 | Chrome 浏览器安装地址 | https://www.google.com/chrome/ | |
32+
| 10.2.2 | Edge 浏览器 | https://www.microsoft.com/zh-cn/edge/download | |
33+
| 10.2.2 | Vue.js 官方文档 | https://cn.vuejs.org/guide/introduction.html | |
34+
| 10.2.2 | 本书配套的代码仓库 | https://github.com/liteli1987gmail/ai-assisdant-book | |
35+
| 10.2.4 | Tailwind 官方文档 | https://tailwindcss.com/docs | |
36+
| 10.5.1 | Kimi 开放平台:申请 API Key | https://platform.moonshot.cn/console/api-keys | 需要登录。 |
37+
| 10.5.1 | Kimi API 调用地址 | `https://api.moonshot.cn/v1` | |
38+
| 10.7.2 | OpenAI 官方文档:对话式文本补全 API 返回数据(流式) | https://platform.openai.com/docs/api-reference/chat/streaming | |
39+
| 10.7.3 | OpenAI SDK(Node.js 版)在 GitHub 上的主页 | https://github.com/openai/openai-node | |
40+
| 10.9.1 | `simple-chat` 开源项目:本章代码的后续改进和升级 | https://github.com/cssmagic/simple-chat | |
41+
| 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/ | |
44+
| 10.9.2 | 魔搭创空间:创建静态应用 | https://www.modelscope.cn/studios/create | 需要登录。表单中 “接入SDK” 需要选择 “Static”。 |

docs/package.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "--ai-assisted-llm-dev-book--",
3+
"private": true,
4+
"kup": {
5+
"repo": "cssmagic/AI-Assisted-LLM-Dev-Book"
6+
}
7+
}

0 commit comments

Comments
 (0)