新增控制加载内置工具包的配置项

This commit is contained in:
2024-11-24 02:05:56 +08:00
parent 8e0af47c05
commit aebd6d7780
3 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,7 @@ class ConfigModel(BaseModel):
marshoai_enable_praises: bool = True
marshoai_enable_time_prompt: bool = True
marshoai_enable_tools: bool = True
marshoai_load_builtin_tools: bool = True
marshoai_azure_endpoint: str = "https://models.inference.ai.azure.com"
marshoai_temperature: float | None = None
marshoai_max_tokens: int | None = None