mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 03:59:51 +00:00
🐛修复模型兼容问题,兼容o1模型,添加配置项
This commit is contained in:
@ -16,6 +16,7 @@ class ConfigModel(BaseModel):
|
||||
marshoai_additional_prompt: str = ""
|
||||
marshoai_poke_suffix: str = "揉了揉你的猫耳"
|
||||
marshoai_enable_nickname_tip: bool = True
|
||||
marshoai_enable_support_image_tip: bool = True
|
||||
marshoai_enable_praises: bool = True
|
||||
marshoai_enable_time_prompt: bool = True
|
||||
marshoai_azure_endpoint: str = "https://models.inference.ai.azure.com"
|
||||
|
Reference in New Issue
Block a user