Files
log10go/docs/models/components/stop.md
2024-05-24 18:29:28 -07:00

263 B

Stop

Up to 4 sequences where the API will stop generating further tokens.

Supported Types

stop := components.CreateStopStr(string{/* values here */})

stop := components.CreateStopArrayOfStr([]string{/* values here */})