> For the complete documentation index, see [llms.txt](https://gptt.gitbook.io/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gptt.gitbook.io/zh/new-knowledge/ming-ren-tan-gpt.md).

# 名人談GPT

### ![](/files/6e7GK7lYyCujXW77ntBZ)

### 馬斯克，特斯拉創始人：

> ChatGPT很驚人，我們離強大到危險的人工智能不遠了！

![](/files/uOCGAMkW5lw3ush9kooY)

### 比爾蓋茨，微軟創始人：

> 它與互聯網的發明一樣重要。微軟向GPT技術投資了100億美元！

### Open AI CEO：Sam Altman

> ChatGPT 就像是思維電動車

###

### Binance智能鏈 CEO：CZ

> 這傢伙（人工智能）知道得太多了......

###

### 加拿大心理學家、作家和媒體評論員：Jordan Pieterson

> 我告訴你什麼是ChatGPT，它比你更聰明，這是一件大事，因為這個AI系統是一個通用的語言處理模型。它現在還沒有使用現實世界的數據，但在未來幾年中肯定會發生這種情況。

### HyperspaceOrg 開發關係負責人：Pratham

> ChatGPT 太出色了！利用人工智能的人將會取得勝利！


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gptt.gitbook.io/zh/new-knowledge/ming-ren-tan-gpt.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
