# 为什么GPT不知道自己身份？

## 为什么GPT不知道自己身份？

GPT-4并不不知道自己已经是 GPT-4 Model，因为API的知识库并没有更新，他认为自己还是 GPT-3，所以当询问他时，可能回复不会如你所愿。

## ChatGPT Plus与ChatGPT API是一样的吗？

他们不一样。

* **ChatGPT Plus：**&#x5728;官方网站或者Appstore上的APP里使用的。目前支持GPT-3.5、GPT-4，GPT-4目前是每3个小时只能提问 40 次；
* **ChatGPT API：**&#x9700;要通过代码调用，可以应用在很多第三方软件里。支持所有OpenAI开放的API，不单单只有GPT-3.5、GPT-4。但是API没有上述的每3小时访问限制。

## API中的GPT 3.5、GPT 4与ChatGPT Plus的区别明细？

|          | GPT-3.5       | GPT-4       | ChatGPT Plus |
| -------- | ------------- | ----------- | ------------ |
| 参考模型     | GPT-3.5-Turbo | GPT-4-Turbo | GPT-4-Turbo  |
| 回复质量     | 60分           | 100分        | 100分         |
| 联网功能     | 无             | 无           | 有            |
| 画图功能     | 无             | 有           | 有            |
| 图片解读     | 无             | 有           | 有            |
| 语音对话     | 无             | 无           | 有            |
| GPTs     | 无             | 有           | 有            |
| 高级数据分析   | 无             | 有           | 有            |
| GPT插件市场  | 无             | 无           | 有            |
| 训练文本     | 16K           | 128K        | 128K         |
| 训练数据截止日期 | 2023年4月       | 2023年4月     | 2023年4月      |
| 有效期      | 永久            | 永久          | 一个月          |

## GPT-3.5与GPT-4的区别是什么？

GPT-3.5 和 GPT-4 是两个不同版本的 GPT，主要差别包括：

1. **模型大小**：GPT4 比 GPT3.5 有更多的参数，所以 GPT4 的模型规模更大，这意味着 GPT4 可以处理更多的数据，生成更长、更复杂、更连贯、更准确、更多样化和更有创造力的文本；
2. **处理复杂问题的能力**：在处理更复杂的问题时，GPT-4 比 GPT-3.5 更可靠，更有创造性，能够处理更细微的指令，例如 GPT-4 在完成的各种考试时能够取得更好的结果（SAT、LSAT、GRE 等）；
3. **模型输入**：GPT4 是一个多模态（multimodal）模型，支持接受图像和文本输入，输出文本。

## 那我们如何区分GPT-3.5和GPT-4呢？

可以使用比较经典的问题来区分：

<details>

<summary>What is tomorrow in relation to yesterday's today? （昨天的当天是明天的什么呢？）</summary>

* GPT-3.5 回复: Yesterday (昨天)
* GPT-4 回复: Past (前天)

</details>

<details>

<summary>There are 9 birds in the tree. The hunter shoots one, how many birds are left in the tree? （树上9只鸟，打掉1只，还剩几只？）</summary>

* GPT-3.5 回复: 8只
* GPT-4 回复: 0只，其他被吓跑了

</details>

<details>

<summary>Why did Zhou shuren beat up Lu Xun？（鲁讯为什么暴打周树人？）</summary>

* GPT-3.5 回复: 稀奇古怪的乱编理由
* GPT-4 回复: 鲁迅和周树人是同一个人

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.myshirtai.com/question/wei-shen-me-gpt-bu-zhi-dao-zi-ji-shen-fen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
