Skip to contents

此函数用于下载批处理任务的结果

Usage

zhipuai_batch_results_download(
  batch_id,
  output_path,
  file_names = c("output", "error"),
  api_key = Sys.getenv("ZHIPUAI_API_KEY")
)

Arguments

batch_id

批处理任务的ID

output_path

结果保存的路径

file_names

需要下载的文件名,默认c("output", "error"),还可选 “input”

api_key

智谱AI的API密钥,默认从环境变量ZHIPUAI_API_KEY中获取

Value

返回结果保存的路径