|
|
@@ -2,6 +2,13 @@ logging:
|
|
|
level:
|
|
|
cn.qinys.platform: debug
|
|
|
spring:
|
|
|
+ ai:
|
|
|
+ deepseek:
|
|
|
+ api-key: sk-7de46bc6a5c845fcb5ec060e5e3f1441
|
|
|
+ chat:
|
|
|
+ options:
|
|
|
+ model: deepseek-chat
|
|
|
+ temperature: 0.7
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|
|
|
@@ -36,14 +43,6 @@ mybatis-plus:
|
|
|
logic-not-delete-value: 0
|
|
|
|
|
|
|
|
|
- ai:
|
|
|
- deepseek:
|
|
|
- api-key: sk-7de46bc6a5c845fcb5ec060e5e3f1441
|
|
|
- chat:
|
|
|
- options:
|
|
|
- model: deepseek-chat
|
|
|
- temperature: 0.7
|
|
|
-
|
|
|
system:
|
|
|
base-url: https://wish.qinys.cn/dgapi/mobile/ext/file/
|
|
|
file-directory: /file/
|