Auto-sync: 2026-04-18 03:18

This commit is contained in:
2026-04-18 03:18:06 +08:00
parent da0f9c3594
commit b78ac81f2c
34 changed files with 981 additions and 21 deletions

17
wiki/entities/ChatGPT.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "ChatGPT"
type: entity
tags: [openai, llm, ai]
date: 2026-04-18
---
## Description
OpenAI 开发的大型语言模型底座大模型的代表产品。ChatGPT 是目前最知名的 LLM 之一,广泛用于对话、写作、编程等场景。
## Type
- 底座大模型Base Model
## Related Concepts
- [[LLM]]:大型语言模型
- [[RAG]]:可用于为 ChatGPT 提供外部知识
- [[AI代理]]:可作为 Agent 的推理引擎