Revert "Merge branch 'think_flow_test' into main-fix"

This reverts commit 29089d7160, reversing
changes made to d03eef21de.
This commit is contained in:
SengokuCola
2025-03-25 17:10:05 +08:00
parent 29089d7160
commit 01b24d7f8c
18 changed files with 203 additions and 651 deletions

View File

@@ -170,7 +170,7 @@ class ImageManager:
# 查询缓存的描述
cached_description = self._get_description_from_db(image_hash, "image")
if cached_description:
logger.debug(f"图片描述缓存中 {cached_description}")
logger.info(f"图片描述缓存中 {cached_description}")
return f"[图片:{cached_description}]"
# 调用AI获取描述