mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-07 12:16:12 +08:00
✨ 添加昵称长度限制到文档,感谢贡献者并更新相关安装说明
This commit is contained in:
parent
80ed7692a4
commit
aad0ec7b60
@ -58,6 +58,14 @@ _✨ 使用 OpenAI 标准格式 API 的聊天机器人插件 ✨_
|
|||||||
"nonebot-plugin-marshoai" 基于 [MIT](./LICENSE-MIT) 许可下提供。
|
"nonebot-plugin-marshoai" 基于 [MIT](./LICENSE-MIT) 许可下提供。
|
||||||
部分指定的代码基于 [Mulan PSL v2](./LICENSE-MULAN) 许可下提供。
|
部分指定的代码基于 [Mulan PSL v2](./LICENSE-MULAN) 许可下提供。
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=LiteyukiStudio/nonebot-plugin-marshoai" alt="Contributors">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
感谢所有的贡献者!
|
||||||
|
|
||||||
## 开发
|
## 开发
|
||||||
|
|
||||||
- 请阅读[开发规范](./README_DEV.md)
|
- 请阅读[开发规范](./README_DEV.md)
|
||||||
|
@ -58,3 +58,11 @@ This project uses the following code from other projects:
|
|||||||
|
|
||||||
"nonebot-plugin-marshoai" is licensed under [MIT](./LICENSE-MIT) license.
|
"nonebot-plugin-marshoai" is licensed under [MIT](./LICENSE-MIT) license.
|
||||||
Some of the code is licensed under [Mulan PSL v2](./LICENSE-MULAN) license.
|
Some of the code is licensed under [Mulan PSL v2](./LICENSE-MULAN) license.
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<a href="https://github.com/LiteyukiStudio/nonebot-plugin-marshoai/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=LiteyukiStudio/nonebot-plugin-marshoai" alt="Contributors">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Thanks to all the contributors!
|
||||||
|
@ -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_TOP_P | `float` | `null` | Nucleus Sampling parameter |
|
||||||
| MARSHOAI_MAX_TOKENS | `int` | `null` | Max token number |
|
| MARSHOAI_MAX_TOKENS | `int` | `null` | Max token number |
|
||||||
| MARSHOAI_ADDITIONAL_IMAGE_MODELS | `list` | `[]` | External image-support model list, such as `hunyuan-vision` |
|
| 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
|
#### Feature Switches
|
||||||
|
|
||||||
|
@ -126,6 +126,7 @@ title: 安装
|
|||||||
| MARSHOAI_TOP_P | `float` | `null` | 推理核采样参数 |
|
| MARSHOAI_TOP_P | `float` | `null` | 推理核采样参数 |
|
||||||
| MARSHOAI_MAX_TOKENS | `int` | `null` | 最大生成 token 数 |
|
| MARSHOAI_MAX_TOKENS | `int` | `null` | 最大生成 token 数 |
|
||||||
| MARSHOAI_ADDITIONAL_IMAGE_MODELS | `list` | `[]` | 额外添加的支持图片的模型列表,例如`hunyuan-vision` |
|
| MARSHOAI_ADDITIONAL_IMAGE_MODELS | `list` | `[]` | 额外添加的支持图片的模型列表,例如`hunyuan-vision` |
|
||||||
|
| MARSHOAI_NICKNAME_LIMIT | `int` | `16` | 昵称长度限制 |
|
||||||
|
|
||||||
#### 功能开关
|
#### 功能开关
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user