V4.14.9 dev (#6604)

* fix: image read and json error (Agent) (#6502)

* fix:
1.image read
2.JSON parsing error

* dataset cite and pause

* perf: plancall second parse

* add test

---------

Co-authored-by: archer <545436317@qq.com>

* master message

* deploy

---------

Co-authored-by: YeYuheng <57035043+YYH211@users.noreply.github.com>
This commit is contained in:
Archer
2026-03-22 18:11:50 +08:00
committed by GitHub
parent f7b64f25b1
commit 8d2bc63c49
22 changed files with 33 additions and 42 deletions
@@ -144,7 +144,7 @@ services:
- vectorDB
restart: always
environment:
<<: [*x-share-db-config, *x-vec-config]
<<: [*x-share-db-config, *x-vec-config, *x-log-config]
# ==================== 基础配置 ====================
# 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host。
FE_DOMAIN: http://localhost:3000
@@ -177,7 +177,6 @@ services:
AIPROXY_API_TOKEN: *x-aiproxy-token
# ==================== 日志与监控 ====================
<<: [*x-log-config]
# 传递给 OTLP 收集器的服务名称
LOG_OTEL_SERVICE_NAME: fastgpt-client