Skip to content

Commit

Permalink
feat: add four type apps
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jun 27, 2023
1 parent a47e6e5 commit b3541d6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/develop-llm-app-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

在你下决心开发一个 LLM 应用之前,你应该考虑一些问题。

## 买还是开发?

LLM 应用由 LLM + 应用两部分组成,所以会出现类似于下图的多种不同类似应用:

![四种不同类型的 LLM 应用](images/four-types-application.png)

- AI 端到端应用。即直接面向最终用户的应用(含专有模型),诸如 ChatGPT、Midjourney
- 应用 + 闭源基础模型。如基于 OpenAI、文心一言(他们提供了吗,我没收到)等 API 来构建应用。
- 应用 + 专有模型。即基于开源基础模型,或者自有的模型,来构建端到端应用。
- 应用 + 微调模型。基于开源模型 + 面向自己研发场景下来微调,以构建领域特定的应用。

不同的企业应根据自身的业务需求来选择不同的方案。

## 决策框架

## 业务与技术问题?

在业务侧,你应该考虑:

- 你的应用是否需要一个 LLM?
Expand Down
Binary file added src/images/four-types-application.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3541d6

Please sign in to comment.