新增禁用工具包的配置项

This commit is contained in:
2024-12-07 17:14:06 +08:00
parent add6058bee
commit 910f68398c
5 changed files with 9 additions and 2 deletions

View File

@ -39,6 +39,7 @@ class ConfigModel(BaseModel):
marshoai_enable_tools: bool = True
marshoai_load_builtin_tools: bool = True
marshoai_toolset_dir: list = []
marshoai_disabled_toolkits: list = []
marshoai_azure_endpoint: str = "https://models.inference.ai.azure.com"
marshoai_temperature: float | None = None
marshoai_max_tokens: int | None = None