Update conf.yaml
Browse files
conf.yaml
CHANGED
|
@@ -32,9 +32,9 @@ system_config:
|
|
| 32 |
character_config:
|
| 33 |
conf_name: 'mao_pro' # The name of character configuration file.
|
| 34 |
conf_uid: 'mao_pro_001' # The unique identifier of character configuration.
|
| 35 |
-
live2d_model_name: '
|
| 36 |
-
character_name: '
|
| 37 |
-
avatar: '
|
| 38 |
human_name: 'Human' # Will be used in the group conversation and the display name of the human.
|
| 39 |
|
| 40 |
# ============== Prompts ==============
|
|
|
|
| 32 |
character_config:
|
| 33 |
conf_name: 'mao_pro' # The name of character configuration file.
|
| 34 |
conf_uid: 'mao_pro_001' # The unique identifier of character configuration.
|
| 35 |
+
live2d_model_name: 'Kamiyahakuk_pro' # The name of Live2D model. Must be the same as the corresponding name in model_dict.json
|
| 36 |
+
character_name: 'Yue' # Will be used in the group conversation and the display name of the AI.
|
| 37 |
+
avatar: 'Yue_001.png' # Suggest using a square image for the avatar. Save it in the avatars folder. Leave blank to use the first letter of the character name as the avatar.
|
| 38 |
human_name: 'Human' # Will be used in the group conversation and the display name of the human.
|
| 39 |
|
| 40 |
# ============== Prompts ==============
|