Skip to contents

此函数用于解析从智谱AI平台下载的批处理任务结果文件(JSONL格式)

Usage

zhipuai_batch_results_parse(file_path, type = "chat")

Arguments

file_path

字符串,批处理任务结果文件的路径

type

字符串,批处理任务类型,默认为"chat",可选值为"chat"或"embedding"

Value

返回一个tibble数据框,包含解析后的结果

Examples

if (FALSE) { # \dontrun{
results <- zhipuai_parse_batch_results("batch_results.jsonl")
} # }