添加昵称长度限制到文档,感谢贡献者并更新相关安装说明

This commit is contained in:
2024-12-30 00:25:21 +08:00
parent 80ed7692a4
commit aad0ec7b60
4 changed files with 19 additions and 1 deletions

View File

@ -124,6 +124,7 @@ Add options in the `.env` file from the diagram below in nonebot2 project.
| MARSHOAI_TOP_P | `float` | `null` | Nucleus Sampling parameter |
| MARSHOAI_MAX_TOKENS | `int` | `null` | Max token number |
| MARSHOAI_ADDITIONAL_IMAGE_MODELS | `list` | `[]` | External image-support model list, such as `hunyuan-vision` |
| MARSHOAI_NICKNAME_LIMIT | `int` | `16` | Limit for nickname length |
#### Feature Switches

View File

@ -126,6 +126,7 @@ title: 安装
| MARSHOAI_TOP_P | `float` | `null` | 推理核采样参数 |
| MARSHOAI_MAX_TOKENS | `int` | `null` | 最大生成 token 数 |
| MARSHOAI_ADDITIONAL_IMAGE_MODELS | `list` | `[]` | 额外添加的支持图片的模型列表,例如`hunyuan-vision` |
| MARSHOAI_NICKNAME_LIMIT | `int` | `16` | 昵称长度限制 |
#### 功能开关