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.
| Name | Value |
|---|---|
STOP |
stop |
LENGTH |
length |