# 关于选择镜像还是选择官网

## 1.什么是镜像

“镜像”顾名思义就像一面镜子，官网什么样子我们镜像就是什么样子，通过中转服务器代理官网，实现<mark style="color:orange;">免魔法</mark>直连官网的效果

## 2.镜像是不是可以替代官网

镜像只能替代网页版，ChatGPT官方除了网页版还有mac、安卓、ios客户端，客户端有独特的功能(语音输入，语音聊天等)，是网页版无法享受的

## 3.镜像的原理是什么，是通过API么

镜像的原理就是通过登录ChatGPT官网的网页版，映射各个接口到一个可以直连的服务器上，相当于你在直连服务器进行操作，中转服务器帮你在官网进行对应操作，不走API通道，官网出故障=镜像出故障。

## 4.怎么选择

如果你不想使用梯子，也没有对语音对话有强烈的需求，镜像是最佳选择，如果你希望使用语音对话功能，且能稳定连接ChatGPT官网，那官网是你的最佳选择


---

# 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://gpt.yesiamai.com/guan-yu-xuan-ze-jing-xiang-hai-shi-xuan-ze-guan-wang.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.
