提取操作使用千问plus大模型

This commit is contained in:
wh
2026-04-17 01:22:05 +08:00
parent d34f703523
commit 3a60d8cb33
8 changed files with 196 additions and 22 deletions

View File

@@ -28,6 +28,7 @@ class RustFSClient(StorageClient):
)
return resp["Body"].read()
except ClientError as exc:
print(exc)
raise StorageError(f"存储下载失败 [{bucket}/{path}]: {exc}") from exc
async def upload_bytes(