Skip to content

Commit b499336

Browse files
committed
feat: update README
1 parent 7e16d5c commit b499336

File tree

1 file changed

+15
-45
lines changed

1 file changed

+15
-45
lines changed

README.md

Lines changed: 15 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -15,65 +15,35 @@
1515
* 定价:(待定)
1616
* 购买渠道:(待定)
1717

18-
## 目录
19-
20-
* [](https://github.com/cssmagic/AI-Assisted-LLM-Dev-Book/issues/1)
21-
* 前言
22-
* 第一章 AI 辅助编程工具与编程学习
23-
* 第二章 GitHub Copilot 初识
24-
* 第三章 使用 GitHub Copilot 辅助编程的实战案例
25-
* 第四章 利用 GitHub Copilot 快速入门 Python
26-
* 第五章 利用 GitHub Copilot 深入理解 Python 函数
27-
* 第六章 提示工程:高效利用 GitHub Copilot 编写代码
28-
* 第七章 利用 GitHub Copilot 探索大语言模型的开发
29-
* 第八章 利用 GitHub Copilot 编写单元测试和调试
30-
* 第九章 案例一:Python 调用 LLM 实现批量文稿翻译
31-
* 9.1 背景设定
32-
* 9.2 准备工作
33-
* 9.3 Python 脚本初体验
34-
* 9.4 第一版:实现翻译功能
35-
* 9.5 第二版:实现文件读写
36-
* 9.6 第三版:实现批量翻译
37-
* 9.7 功能完善与优化
38-
* 9.8 LLM 应用开发技巧
39-
* 9.9 本章小结
40-
* 第十章 案例二:网页版智能对话机器人
41-
* 10.1 项目背景
42-
* 10.2 准备工作
43-
* 10.3 界面设计与实现
44-
* 10.4 实现对话交互
45-
* 10.5 调用大模型
46-
* 10.6 功能增强:多轮对话
47-
* 10.7 功能增强:流式输出
48-
* 10.8 功能增强:自定义配置
49-
* 10.9 项目收尾
50-
* 10.10 本章小结
51-
52-
53-
## 读者交流 <a name="feedback">&nbsp;</a>
54-
55-
* 关于本书案例部分的疑问、讨论、反馈,[请发 issue](https://github.com/cssmagic/AI-Assisted-LLM-Dev-Book/issues/new)
56-
57-
* 本书的官方读者群:(微信扫码后,发送 `?????` 进群)
58-
59-
![QR](https://github.com/user-attachments/assets/ee3fd40a-2450-437b-b55a-8e2e360c1b0f)
6018

6119

6220
## 文档与资料 <a name="doc">&nbsp;</a>
6321

64-
#### 配套资料
22+
#### 配套代码
6523

6624
* [第九章代码](https://github.com/liteli1987gmail/ai-assisdant-book/tree/main/ch9)
6725
* [第十章代码](https://github.com/liteli1987gmail/ai-assisdant-book/tree/main/ch10)
68-
* [`simple-chat` 开源项目](https://github.com/cssmagic/simple-chat)(第十章案例升级版)
26+
* [`simple-chat` 开源项目](https://github.com/cssmagic/simple-chat)(第十章案例升级版)
27+
28+
#### 配套资料
29+
6930
* [本书相关网址清单](https://github.com/cssmagic/AI-Assisted-LLM-Dev-Book/issues/2)
7031

7132
#### 其他资料
7233

7334
* [第九章插图(彩色版)](./figures/chapter-09)
7435
* [第十章插图(彩色版)](./figures/chapter-10)
7536

76-
<!-- * 术语表(待整理)-->
37+
38+
39+
## 读者交流 <a name="feedback">&nbsp;</a>
40+
41+
<!-- * 关于本书案例部分的疑问、讨论、反馈,[请发 issue](https://github.com/cssmagic/AI-Assisted-LLM-Dev-Book/issues/new)。 -->
42+
43+
* 本书的官方读者群:(微信扫码后,发送 `?????` 进群)
44+
45+
![QR](https://github.com/user-attachments/assets/ee3fd40a-2450-437b-b55a-8e2e360c1b0f)
46+
7747

7848
***
7949

0 commit comments

Comments
 (0)