Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 292 Bytes

completionwindow.md

File metadata and controls

17 lines (11 loc) · 292 Bytes

CompletionWindow

The time frame within which the batch should be processed. Currently only 24h is supported.

Example Usage

import { CompletionWindow } from "argot-open-ai/models/operations";

let value: CompletionWindow = "24h";

Values

"24h"