# KOI x 未來板 DeepSeek 聯乘玩法

生成式AI模型Deepseek熱爆全球，Kittenbot有見及此已經將Deepseek模型融入未來板Lite，配合上KOI 2的圖像辨識功能，將自行訓練的AI模型與大數據生成式AI模型結合成為獨特而且好玩的應用項目。

## 小精靈圖鑑機 示範短片

## 小精靈圖鑑機 使用教學

### 1. 開啟WiFi熱點

{% hint style="info" %}
使用手機開啟WiFi熱點:

SSID: hello

密碼: 12345678
{% endhint %}

### 2. 打開未來板Lite電源

### 3. 按下M鍵進行辨認

### 4. 辨認成功後未來板就會透過Deepseek查詢小精靈的資料並顯示出來

## 進階使用: 自行訓練KOI 2圖像辨識模型

### 方法1:使用Micro:bit進行模型訓練

{% content-ref url="/pages/rZCgKvxxbhf5uwopI2u0" %}
[機器學習圖像辨識 模型訓練](/airelated/koi2/koi2makecode/modeltrain.md)
{% endcontent-ref %}

### 方法2:使用未來板Lite進行模型訓練

### 方法3:使用USB小工具進行模型訓練

## 進階使用: 自行設定Deepseek聊天機械人

除了Kittenbot官方預設的聊天機械人之外，你亦可以按自己的應用需求建立自定義的聊天機械人。

{% content-ref url="/pages/n6hwWxhHI9iQz3cGtJIb" %}
[大模型聊天機械人](/programmingplatforms/kittenblock/online/aifunctions/chatbot.md)
{% endcontent-ref %}

#### 聊天機械人設定範例

以預設的小精靈圖鑑機械人為例：

<figure><img src="/files/1NX2CjV2R015gXx6BJMn" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
大模型機械人設定小技巧:

1. 您可以在提示詞中為機械人設定角色和回應規限，例如 小精靈圖鑑，跑車圖鑑等
2. 您可以給予回答格式範例，讓機械人永遠都按照你的格式給予回答
3. 記住將機械人發布並設定為公開(發佈到市場)
   {% endhint %}

## 修改未來板Lite程式

訓練好模型或設定好聊天機械人之後你亦需要修改未來板Lite的程式

前往在線版KittenBlock。

在線版KittenBlock

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


---

# 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://sharinghub.kittenbot.hk/airelated/koi2/koi2_futurelite_deepseek.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.
