feat: 支持 SQLite + 离线部署 + MCP 启动优化

This commit is contained in:
xiamuceer
2025-11-25 15:30:44 +08:00
parent 75bd1318ec
commit cdd29513d3
7 changed files with 203 additions and 79 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class Settings(BaseSettings):
default_ai_provider: str = "openai"
default_model: str = "gpt-4"
default_temperature: float = 0.7
default_max_tokens: int = 2000
default_max_tokens: int = 32000
# MCP适配器配置
enable_mcp_adapter: bool = True # 是否启用MCP适配器(自动检测API能力)