mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
✨添加了at时响应
This commit is contained in:
@ -12,6 +12,7 @@ class ConfigModel(BaseModel):
|
||||
marshoai_token: str = ""
|
||||
# marshoai_support_image_models: list = ["gpt-4o","gpt-4o-mini"]
|
||||
marshoai_default_name: str = "marsho"
|
||||
marshoai_at: bool = False
|
||||
marshoai_aliases: set[str] = {
|
||||
"小棉",
|
||||
}
|
||||
|
Reference in New Issue
Block a user