feat: 删除冗余接口

This commit is contained in:
JR
2025-08-02 16:40:16 +08:00
parent bac9fbd1fb
commit 9f89ef9fcb
14 changed files with 106 additions and 646 deletions

View File

@@ -1,38 +0,0 @@
# 图片识别配置
image:
recognition:
# AI API配置
api-url: https://api.siliconflow.cn/v1/chat/completions
model-name: Qwen/Qwen2.5-VL-32B-Instruct
api-key: sk-sbmuklhrcxqlsucufqebiibauflxqfdafqjxaedtwirurtrc
max-retries: 3
temperature: 0.0
max-tokens: 4096
# 图片处理配置
max-image-dimension: 512
image-quality: 60
# 识别配置
default-recognition-type: bom
enable-voting: true
voting-rounds: 3
# 支持的图片格式
supported-formats:
- jpg
- jpeg
- png
- bmp
- gif
# 超时配置
connect-timeout: 30000
read-timeout: 60000
# 缓存配置
enable-cache: true
cache-ttl: 3600
# 日志配置
enable-debug-log: false

View File

@@ -1,56 +0,0 @@
# 销售话术生成器配置
sales:
script:
ai:
# DeepSeek API配置
api-key: sk-5eb55d2fb2cc4fe58a0150919a1f0d70
base-url: https://api.deepseek.com/v1
model-name: deepseek-chat
max-retries: 3
temperature: 1.0
# 生成配置
generation:
# 默认话术数量
default-script-count: 5
# 批量处理大小
batch-size: 5
# 批次间延迟(毫秒)
delay-between-batches: 2000
# 客户类型配置
customer-types:
- 技术型客户
- 价格敏感型客户
- 质量优先型客户
- 批量采购客户
- 定制化需求客户
# 产品特性关键词
feature-keywords:
- 优质
- 高精度
- 耐用
- 稳定
- 可靠
- 先进
- 高效
- 节能
- 环保
- 安全
- 便捷
- 智能
# 技术参数模式
tech-patterns:
- 厚度
- 宽度
- 内径
- 长度
- 重量
- 密度
# 日志配置
logging:
level:
com.klp.service.impl.WmsSalesScriptGeneratorServiceImpl: DEBUG