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

21 lines
263 B
Markdown

# Stop
Up to 4 sequences where the API will stop generating further tokens.
## Supported Types
###
```go
stop := components.CreateStopStr(string{/* values here */})
```
###
```go
stop := components.CreateStopArrayOfStr([]string{/* values here */})
```