提取操作使用千问plus大模型
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user