> For the complete documentation index, see [llms.txt](https://docs.cherryai.com.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/chat/model-compare-branches.md).

# 多模型對比同消息分支

多模型對比適合處理冇唯一答案嘅問題，例如方案評審、文案方向同資料交叉檢查。消息分支就令你可以喺某個節點試另一條路線，唔使複製成段對話。

## 同時比較多個模型

{% stepper %}
{% step %}

### 1. 打開【對話】同撳模型名稱

喺模型選擇器入面揀選要比較嘅模型。第一次用之前，應先確認呢啲模型所屬嘅服務都可以正常連線。
{% endstep %}

{% step %}

### 2. 發送同一個問題

將評價標準寫入問題，例如「從可執行性、風險同成本三個角度比較」。唔好淨係問「邊個更好」。
{% endstep %}

{% step %}

### 3. 比較差異，而唔係淨係揀最長嘅答案

重點睇事實係咪一致、假設係咪明確、漏咗乜，以及邊一項更符合你嘅限制。重要事實仍然要返去原資料核對。
{% endstep %}
{% endstepper %}

<figure><img src="/files/803c97191c93f6bdcb2fdecc8947a9b3021a7072" alt="对话中的模型选择器和多个模型入口"><figcaption><p>由模型選擇器揀多個模型，再用同一個問題比較差異。</p></figcaption></figure>

{% hint style="warning" %}
一次揀多個模型會分別發起請求。涉及費用、速度或者敏感資料時，先用短問題確認連線同效果，再處理長材料。
{% endhint %}

## 由消息建立分支

搵到想重新探索嗰條消息，打開消息選單並選擇分支操作。新分支會保留之前上下文，之後嘅消息會同原路線分開記錄。用分支管理器可以喺唔同路線之間切換、比較同返回。

你亦可以喺分支畫布入面建立一個空分支。空分支建立後會即刻儲存，重啟應用後都會保留，並且會繼續停留喺分支畫布；下一次喺輸入框送出內容時，嗰個分支會被填入。暫時唔需要嘅空分支，可以由節點嘅右鍵選單刪除。

<figure><img src="/files/fc1d726ce19b370d219c0044a963bc4035bcc632" alt="分支管理器中两条对话分支和六个消息节点"><figcaption><p>分支管理器同時保留「上線前檢查清單」同「快速試點」兩條路線。</p></figcaption></figure>

圖中：① 分支節點與目前路徑；② 用戶、助手、目前路徑和已停用路徑嘅圖例。示例中保留咗「上線前檢查清單」同「快速試點」兩條路線，共 2 個分支、6 個訊息節點。

### 應用案例：評審兩個發佈方案

先叫模型搵出方案入面嘅風險同缺口，再從同一條回覆分別追問「補充上線前檢查清單」同「改為快速試點角度評估」。打開分支管理器之後，兩條路線會並排保留，可以分別繼續追問，亦可以隨時返去另一條路線核對結論。

<details>

<summary>幾時唔適合開多個模型？</summary>

只係查一個明確事實、整理短文本，或者材料包含唔適合發送畀多個服務商嘅內容時，用單模型更合適。

</details>

<details>

<summary>分支會修改原本嘅消息嗎？</summary>

唔會。分支會由揀定嘅節點繼續，原路線仍然保留，可以隨時返去。

</details>


---

# 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://docs.cherryai.com.cn/docs/zhong-wen-fan-ti/advanced-basic/chat/model-compare-branches.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.
