1.调试ai
This commit is contained in:
@@ -352,6 +352,14 @@ debug: false
|
||||
|
||||
# 衣朵云相关配置
|
||||
ydoyun:
|
||||
# 高德开放平台 Web 服务:天气查询(须申请「Web 服务」类型 Key)
|
||||
# https://lbs.amap.com/api/webservice/guide/api/weatherinfo
|
||||
amap:
|
||||
weather:
|
||||
key: 739e8376bc50a3bc182a0918bbaff1f1
|
||||
# 天气图标 URL 模板(默认相对路径,图标在「前端」public/weather-icons/*.png,与 OpenWeatherMap 命名一致)
|
||||
# weather-icon-url-pattern: /weather-icons/{code}.png
|
||||
# 若需直连外网 CDN,可改为:https://openweathermap.org/img/wn/{code}@2x.png
|
||||
mssqljdbc:
|
||||
report:
|
||||
api:
|
||||
@@ -370,4 +378,8 @@ ydoyun:
|
||||
pic-param: pic # Dify 应用中的图片参数名
|
||||
pic-format: object # object=单对象 | array=数组 | id=仅 upload_file_id 字符串,若 AI 看不到图可切换尝试
|
||||
image-payload-mode: both # both=同时传 inputs+files | inputs=只传 inputs.pic | files=只传顶层 files
|
||||
# 每日汇报:正文解析为经营诊断 JSON(blocking)
|
||||
daily-report-parse:
|
||||
base-url: http://118.253.178.8:5001/v1
|
||||
api-key: app-aaqeCTv9ywLOIl4WvhD3P9xS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user