新增deekseep的api

This commit is contained in:
geht
2026-04-03 12:32:43 +08:00
parent 5c1595ccaa
commit 6415a3819f

View File

@@ -151,9 +151,9 @@ spring:
slow-sql-millis: 5000
datasource:
master:
url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url: jdbc:mysql://@xsl.qdxsl.top:50768/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: 197412
password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver
# # shardingjdbc数据源
# sharding-db:
@@ -190,10 +190,10 @@ jeecg:
# 自定义资源请求前缀js、css等解决nginx转发问题
custom-resource-prefix-path:
# AI集成
ai-chat:
ai-chat:
enabled: true
model: deepseek-chat
apiKey: ??
apiKey: sk-a0a891d3c9864f1991bd7348f968b5ea
apiHost: https://api.deepseek.com/v1
timeout: 60
# AIRag向量库
@@ -205,7 +205,7 @@ jeecg:
port: 5432
database: postgres
user: postgres
password: postgres
password: 123456
table: embeddings
# Unipush配置 云函数调用 URL 化地址
unicloud: