mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
✨ 添加昵称长度限制,更新配置和示例文件以支持该功能
This commit is contained in:
@ -46,6 +46,7 @@ class ConfigModel(BaseModel):
|
||||
marshoai_temperature: float | None = None
|
||||
marshoai_max_tokens: int | None = None
|
||||
marshoai_top_p: float | None = None
|
||||
marshoai_nickname_limit: int = 16
|
||||
marshoai_additional_image_models: list = []
|
||||
marshoai_tencent_secretid: str | None = None
|
||||
marshoai_tencent_secretkey: str | None = None
|
||||
|
Reference in New Issue
Block a user