新增deekseep的api
This commit is contained in:
@@ -151,9 +151,9 @@ spring:
|
|||||||
slow-sql-millis: 5000
|
slow-sql-millis: 5000
|
||||||
datasource:
|
datasource:
|
||||||
master:
|
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
|
username: root
|
||||||
password: 197412
|
password: 123456
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
# # shardingjdbc数据源
|
# # shardingjdbc数据源
|
||||||
# sharding-db:
|
# sharding-db:
|
||||||
@@ -193,7 +193,7 @@ jeecg:
|
|||||||
ai-chat:
|
ai-chat:
|
||||||
enabled: true
|
enabled: true
|
||||||
model: deepseek-chat
|
model: deepseek-chat
|
||||||
apiKey: ??
|
apiKey: sk-a0a891d3c9864f1991bd7348f968b5ea
|
||||||
apiHost: https://api.deepseek.com/v1
|
apiHost: https://api.deepseek.com/v1
|
||||||
timeout: 60
|
timeout: 60
|
||||||
# AIRag向量库
|
# AIRag向量库
|
||||||
@@ -205,7 +205,7 @@ jeecg:
|
|||||||
port: 5432
|
port: 5432
|
||||||
database: postgres
|
database: postgres
|
||||||
user: postgres
|
user: postgres
|
||||||
password: postgres
|
password: 123456
|
||||||
table: embeddings
|
table: embeddings
|
||||||
# Unipush配置 云函数调用 URL 化地址
|
# Unipush配置 云函数调用 URL 化地址
|
||||||
unicloud:
|
unicloud:
|
||||||
|
|||||||
Reference in New Issue
Block a user