# 流式聊天模式介绍

「流式聊天模式」  (flow 模式) 是我们为你打造的下一代和 AI 交互的方式，它是 flowith 的常规交互方式。flowith 通过一个无限大的画布，让你可以同时使用多个 AI，并生成你所需要的内容。

<figure><img src="https://3657150132-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAVkWkYQheefIjsWOM7id%2Fuploads%2FpE4KsV6mTBBcTyNenIcT%2F%E4%BA%A7%E5%93%81%E5%9B%BE2.png?alt=media&#x26;token=46e9cddf-7c56-46a7-8c28-57dd7d455231" alt=""><figcaption></figcaption></figure>

**为什么要使用 Flow 模式？**

如果你只是需要让 AI 为你做简单的翻译，或者基础的问答，也许普通的聊天模式即可满足你。但如果你需要和 AI 进行多轮问答，并修改之前的输入，或者需要多个 AI 一同为你生成，Flow 模式即可提供完全不同的创作体验。

&#x20;

**Flow 模式具体的优势：**

1. **可以多 AI 同时、多线程进行生成。**
2. **你可以反复修改 AI Prompt，并多次生成。**
3. **每个节点可以 「 引用 」 其他节点中的内容，让内容可复用**
4. **可以对信息随时进行分叉，或汇总**
5. **随时删减不必要的信息**
6. **可以轻松地对比不同模型的生成效果，让它们同时并行生成内容**
7. ...

#### 案例:

> 在这个模式下，你可以在画布中轻松切换模型，完全不需要重开一个新对话。比如在同一画布中对比各大模型对 「9.11 和 9.9 哪个大？」 这个问题的回复。flowith 的常规模式既可以一键切换模型，又可以将各模型的对这个问题的表现在画布中一目了然的呈现，让你更好地对结果进行比对。

<figure><img src="https://3657150132-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAVkWkYQheefIjsWOM7id%2Fuploads%2FIQl61EwHXGy57Iag0CQI%2F%E5%B8%B8%E8%A7%84%E6%A8%A1%E5%BC%8F%E5%8F%AF%E4%BB%A5%E9%97%AE%E4%BB%80%E4%B9%881.1.gif?alt=media&#x26;token=a8e45975-4126-4e36-9d14-2ac88d7bda1f" alt=""><figcaption><p>一键切换模型</p></figcaption></figure>

> 不仅仅是切换模型，在一个画布里模式也可以随意切换。

<figure><img src="https://3657150132-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAVkWkYQheefIjsWOM7id%2Fuploads%2Fp1vHriL6NFlSg5Z4aKUp%2F%E4%BB%8E%E7%94%9F%E6%88%90%E6%96%87%E6%9C%AC%E5%88%B0%E7%94%9F%E6%88%90%E5%9B%BE%E7%89%87%E7%9A%84%E8%BD%AC%E6%8D%A2.gif?alt=media&#x26;token=9ba2f407-f67c-4a77-9932-c57a5eda2dc2" alt=""><figcaption><p>「生成文本」 到 「生成图片」 的转换</p></figcaption></figure>

除此之外，常规模式也支持文件和图片文件的上传，你可以提问和文件、图片相关的问题。

{% content-ref url="gao-ji-wan-fa-jie-dian-yin-yong" %}
[gao-ji-wan-fa-jie-dian-yin-yong](https://doc.flowith.io/cn/flowith-normal/gao-ji-wan-fa-jie-dian-yin-yong)
{% endcontent-ref %}

***

更多关于 Flow 的用法我们将持续更新。


---

# 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://doc.flowith.io/cn/flowith-normal/liu-shi-liao-tian-mo-shi-jie-shao.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.
