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

Function createBatch

scripts/generate.ts:248–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246// uploadBatchFile();
247
248const createBatch = async () => {
249 const batch = await openai.batches.create({
250 input_file_id: "",
251 endpoint: "/v1/chat/completions",
252 completion_window: "24h",
253 });
254
255 console.log(batch);
256};
257
258// createBatch();
259

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected