16 lines
462 B
YAML
16 lines
462 B
YAML
spring:
|
|
datasource:
|
|
url: jdbc:mysql://120.27.153.87:3306/xe-service-ai?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
username: root
|
|
password: sdkljfikdfn@123
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
ai:
|
|
openai:
|
|
configs:
|
|
bai-lian:
|
|
apiKey: sk-70cb426d7d1e4b54b4ffe71022e7d815
|
|
modelName: qwen3.5-plus
|
|
baseUrl: https://dashscope.aliyuncs.com/compatible-mode/v1
|
|
|