删除多模态
This commit is contained in:
@@ -1,54 +0,0 @@
|
||||
# 多模态分析功能配置示例
|
||||
# 将此配置添加到你的 application.yml 或 application-dev.yml 中
|
||||
|
||||
# 多模态API配置
|
||||
multimodal:
|
||||
# API地址
|
||||
api-url: https://api.siliconflow.cn/v1/chat/completions
|
||||
# 模型名称
|
||||
model-name: Qwen/Qwen2.5-VL-72B-Instruct
|
||||
# API密钥
|
||||
token: sk-sbmuklhrcxqlsucufqebiibauflxqfdafqjxaedtwirurtrc
|
||||
|
||||
# 日志配置
|
||||
logging:
|
||||
level:
|
||||
com.klp.service.MultimodalService: DEBUG
|
||||
com.klp.controller.MultimodalController: DEBUG
|
||||
com.klp.utils.ImageUtils: DEBUG
|
||||
|
||||
# 服务器配置
|
||||
server:
|
||||
port: 8080
|
||||
servlet:
|
||||
context-path: /
|
||||
|
||||
# Spring配置
|
||||
spring:
|
||||
application:
|
||||
name: klp-wms-multimodal
|
||||
|
||||
# 文件上传配置
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 10MB
|
||||
max-request-size: 10MB
|
||||
|
||||
# Jackson配置
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
default-property-inclusion: non_null
|
||||
|
||||
# 线程池配置
|
||||
thread:
|
||||
pool:
|
||||
core-size: 5
|
||||
max-size: 10
|
||||
queue-capacity: 100
|
||||
keep-alive-seconds: 60
|
||||
|
||||
# 超时配置
|
||||
timeout:
|
||||
connect: 30000 # 连接超时 30秒
|
||||
read: 60000 # 读取超时 60秒
|
||||
Reference in New Issue
Block a user