Skip to contents

此函数用于下载智谱AI平台上的文件

Usage

zhipuai_file_download(
  file_id,
  output_path,
  api_key = Sys.getenv("ZHIPUAI_API_KEY")
)

Arguments

file_id

文件的ID

output_path

结果保存的路径

api_key

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

Value

返回结果保存的路径

Examples

if (FALSE) { # \dontrun{
zhipuai_download_file("file_id", "output_path")
} # }