feat: 删除冗余接口
This commit is contained in:
@@ -301,3 +301,30 @@ flowable:
|
||||
tesseract:
|
||||
data-path: D:/tessdata # Windows开发环境
|
||||
# datapath: /opt/tessdata # Linux生产环境
|
||||
|
||||
|
||||
# 图片识别配置
|
||||
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
|
||||
|
||||
# 销售话术生成器配置
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user