Skip to content

Commit

Permalink
feat: add qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jun 23, 2023
1 parent a746108 commit 64afbd5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 构筑大语言模型应用

2023 年的上半年里,我和 Thoughtworks 的同事们、开源社区的朋友们一起,创建了一系列的流行的或者不流行的开源项目。它们涉及了:
2023 年的上半年里,我(@phodal)和 Thoughtworks 的同事们、开源社区的朋友们一起,创建了一系列的流行的或者不流行的开源项目。它们涉及了:

- Prompt 的编写、开发和管理
- 最好的大语言模型能带来什么?
Expand All @@ -16,7 +16,9 @@

围绕于上述的一系列内容,我们也在思考软件开发能给我们带来了什么。所以,我重新整理了过去半年的一些思考、文章,重新编写了这本开源电子书,希望能够帮助到大家。

![](src/images/2-aigc-investment.png)
关注我的微信公众号(搜索 phodal-weixin),获得更多及时的更新:

![微信公众号](src/images/qrcode.jpg)

我们发起的相关开源项目如下:

Expand Down
8 changes: 8 additions & 0 deletions src/faq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# FAQ

![](images/2-aigc-investment.png)

## AIGC 投资策略

不同的企业,应该根据自身的情况(安全、隐私等等),来调整自己的投资策略。

而随着时间的演讲,也会出现越来越多的新场景,带来不同的变化。

## Prompt 工程是否有未来?

在探讨工程是否有未来之前,我们先了解一下狭义和广义的 Prompt 工程。
Expand Down
2 changes: 1 addition & 1 deletion src/future-ai-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ LangChain 版本(如 LangChain Go)。现有的软件架构又加来了一些

- **插件化与智能体(Agent)**。诸如于 ChatGPT Plugin、LangChain 便是采用智能体 + 插件化的方式,大大方便我们构建基于 LLM
的应用扩展,并且结合各式的 LangFlow、LLaMaHub 工具,我们可以构建更智能的流程与系统。
- **矢量数据库**AI 的火爆使得越来越多的矢量数据进入了我们的视角,也成为了非常纠结的架构造型元素 ——
- **矢量数据库**AI 的火爆使得越来越多的矢量数据进入了我们的视角,也成为了非常纠结的架构造型元素 ——
因为作为工程师的我们,还没有建立一个全面的认知,也缺少评估数据。

而由于 Token 很贵,我们需要管理好 token,以降低 token 的花销。我们还需要:
Expand Down
4 changes: 2 additions & 2 deletions src/future-realtime-software-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ DSL(领域特定语言)是指专门针对某个特定领域的语言,通
1. 函数定义
在这个段落中,定义一个函数,包括函数名、参数和函数体等。
```
###
函数:
函数名:
描述函数的名称
Expand All @@ -172,7 +172,7 @@ DSL(领域特定语言)是指专门针对某个特定领域的语言,通
...
函数体:
描述函数的实现细节
```
###
2.。。。
```
Expand Down
Binary file added src/images/qrcode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/prelude.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 构筑大语言模型应用

2023 年的上半年里,我和 Thoughtworks 的同事们、开源社区的朋友们一起,创建了一系列的流行的或者不流行的开源项目。它们涉及了:
2023 年的上半年里,我(@phodal)和 Thoughtworks 的同事们、开源社区的朋友们一起,创建了一系列的流行的或者不流行的开源项目。它们涉及了:

- Prompt 的编写、开发和管理
- 最好的大语言模型能带来什么?
Expand All @@ -16,7 +16,9 @@

围绕于上述的一系列内容,我们也在思考软件开发能给我们带来了什么。所以,我重新整理了过去半年的一些思考、文章,重新编写了这本开源电子书,希望能够帮助到大家。

![](images/2-aigc-investment.png)
关注我的微信公众号(搜索 phodal-weixin),获得更多及时的更新:

![微信公众号](images/qrcode.jpg)

我们发起的相关开源项目如下:

Expand Down

0 comments on commit 64afbd5

Please sign in to comment.