Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 394 Bytes

File metadata and controls

11 lines (7 loc) · 394 Bytes

CompletionsChoiceFinishReason

Termination condition of the generation. stop means the API returned the full completions generated by the model without running into any limits. length means the generation exceeded max_tokens or the conversation exceeded the max context length.

Values

Name Value
STOP stop
LENGTH length