🐛修复模型兼容问题,兼容o1模型,添加配置项

This commit is contained in:
2024-11-06 01:10:34 +08:00
parent 24858795ad
commit 85cf197f27
4 changed files with 24 additions and 13 deletions

View File

@ -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"