MCPcopy Create free account
hub / github.com/ethanniser/NextFaster / uploadBatchFile

Function uploadBatchFile

scripts/generate.ts:237–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235// generateBatchFile();
236
237const uploadBatchFile = async () => {
238 const file = await openai.files.create({
239 file: fs.createReadStream("scripts/req.jsonl"),
240 purpose: "batch",
241 });
242
243 console.log(file);
244};
245
246// uploadBatchFile();
247

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected