Add DeepSeek database generation service

This commit is contained in:
王鹏
2026-05-22 12:01:39 +08:00
parent b8573a5425
commit a3608381ed
12 changed files with 842 additions and 0 deletions

View File

@@ -14,6 +14,14 @@ ruoyi:
# 验证码类型 math 数字计算 char 字符验证
captchaType: math
deepseek:
apiKey: ${DEEPSEEK_API_KEY:}
baseUrl: https://api.deepseek.com
model: deepseek-chat
timeout: 60000
maxTables: 12
maxColumnsPerTable: 30
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080