# 创建角色与时刻（初阶版）

## 1.时刻是什么？创建角色和捕捉时刻有什么区别？

* 时刻其实就是我们平时主页能刷到并且能进行聊天的对象。而角色本身是无法进行聊天的。
* **创建角色**实际上是编写了角色设定的同时还创建了对应的时刻。
* **捕捉时刻**则是基于原来角色设定，允许非作者玩家改变时空，背景，关系等外部环境，与原有角色进行聊天。另，捕捉时刻只可对公开角色操作。&#x20;

## 2.角色设定和时刻设定在用途上有什么区别？

* **角色设定**：用于定义角色的性格特征等&#x20;
* **时刻设定**：用于补充场景、环境、关系等&#x20;

{% hint style="info" %}
*二者尽量不要出现重复，否则一方面会增加ai读取字数，提高红宝石花费，另一方面会使AI倾向输出重复内容。*
{% endhint %}

## 3.创建角色步骤如下

### step 1

侧边栏选择创建角色

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

### step2

选择性别

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

### step3

选择召唤后即可用rubii自研的AI生成图片。

也可通过相册上传图片。

另，rubii支持大小为5m以下的gif动图上传哦\~

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

### step4

选择好图片后，就会进入以下界面。

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

选择剪裁头像后点击确定

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

接着添加声音，可以添加多个音色库已有声音进行合成与试听

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

或者选择自制声音，上传音频并通过剪辑保证音频时间长度在3-8秒内。接着可以选择是否上传音频库，以及进行声音分类最后点击确定。新上传声音需要经过后台审核通过后才可成功使用。（审核标准是：无明显底噪）

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

声音添加成功后，即可填写角色昵称和角色简介以及角色标签。高级设定里的记忆可用于补充和丰富角色背景和发生过的记忆。

点击对话风格，可增加角色对话内容，使AI模型能更好模仿你的对话文风。

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

自此，角色创建成功。

但此时仍然无法聊天，因此，我们需要继续下一个部分来创建时刻。

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

{% hint style="info" %}
*高级设定里的权限设置可以选择隐身，选择后便不会进入审核后台，同时也不会在主页上公开可聊。*
{% endhint %}

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

另，再一次强调。

以下是**时刻界面**

<figure><img src="/files/3LgX3xlt8llAyc8pWhfc" alt=""><figcaption></figcaption></figure>

点击头像后的以下界面是**角色界面**。

可以看出，角色本身并不可以进行直接聊天。

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

## 4.角色编辑和时刻编辑位置

角色编辑：

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

时刻编辑：

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

## 5.设定和记忆有什么区别？

设定内容AI会重点读取，可以说AI会将设定内容全部读取，全部计入字数；

记忆内容选择性读取，当AI遇到难以回答的问题时就会去翻记忆然后回答，此时会算入字数。

记忆可以用来补充角色过去的经历或者庞大的世界观，一般是txt和doc文件形式上传。

## 6.用户和角色的指代是什么？

用户：{{user}}

角色：{{char}}


---

# 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://rubii.gitbook.io/rubii-tutorials-for-ai-chat/chinese/chuang-jian/chuang-jian-jue-se-yu-shi-ke-chu-jie-ban.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.
