> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/chatbot.md).

# 大模型聊天機械人

<figure><img src="/files/V283qYqeNuMomOZ3klx2" alt=""><figcaption></figcaption></figure>

生成式人工智能: AI大模型

* 創建自己的AI大模型機械人
* 與聊天機械人對話及生成圖像

## 創建AI大模型聊天機械人

假如你想創建自己的AI大模型機械人，你需要創建/登入自己的KZone帳號。

首先前往KZone平台並註冊/登入賬號。

[Kzone平台](https://kai.kittenbot.cn/)

<figure><img src="/files/ynKYjIREihJ5kcIMh65j" alt=""><figcaption></figcaption></figure>

前往『大模型』一頁。

<figure><img src="/files/XwWwc8KoYjuXqnPfVmr6" alt=""><figcaption></figcaption></figure>

點擊創建機械人。

<figure><img src="/files/iNnUhLUWWzdwc9Yy820O" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ho1K9VT6IHX9fa6neyY5" alt=""><figcaption></figcaption></figure>

輸入您的機械人資料，包括指定機械人的角色和回答規限等。

<figure><img src="/files/VjiY5pDl2xv40H75ip8a" alt=""><figcaption></figcaption></figure>

完成之後可以在右邊測試你的聊天機械人。

<figure><img src="/files/lXeLKk5rGmjUSzvlWeRE" alt=""><figcaption></figcaption></figure>

完成之後可以按發布，將你的聊天機械人儲存。

{% hint style="info" %}
注意，假如你想讓其他用家與您的機械人聊天請選擇發布到廣場。
{% endhint %}

<figure><img src="/files/pPZy9PNPObnvZLPSaKgQ" alt=""><figcaption></figcaption></figure>

## 積木介紹

<figure><img src="/files/8abJrzAunZdUUEujtwoN" alt=""><figcaption></figcaption></figure>

## 參考程式

{% hint style="info" %}
在你的聊天機械人頁面裡面可以找到ID，利用這個ID就可以與這個機械人聊天。
{% endhint %}

<figure><img src="/files/GmlI4uyOCGWk2iLS7cFX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/rQmsQ6TrowKgr2YdQTul" alt=""><figcaption></figcaption></figure>

{% file src="/files/COonepMEoeT7Z1L9DRYY" %}


---

# 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://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/chatbot.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.
