()
| 246 | // uploadBatchFile(); |
| 247 | |
| 248 | const 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 |
nothing calls this directly
no outgoing calls
no test coverage detected