|
| 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”。 | |
0 commit comments