新增允许添加更多支持图片模型的配置项

This commit is contained in:
2024-11-21 01:21:50 +08:00
parent b3f95c2d1e
commit ce6f51f9c9
4 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,7 @@ class ConfigModel(BaseModel):
marshoai_temperature: float | None = None
marshoai_max_tokens: int | None = None
marshoai_top_p: float | None = None
marshoai_additional_image_models: list = []
config: ConfigModel = get_plugin_config(ConfigModel)