添加了at时响应

This commit is contained in:
Rikka-desu
2024-11-24 15:00:44 +08:00
parent 8221fa7928
commit ce1d2f21ae
3 changed files with 24 additions and 9 deletions

View File

@ -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] = {
"小棉",
}