Files
nexus/wiki/entities/ChatGPT.md
2026-04-18 03:18:06 +08:00

17 lines
452 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 的推理引擎