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

364 B

Model

ID of the model to use. See the model endpoint compatibility table for details on which models work with the Chat API.

Supported Types

model := components.CreateModelStr(string{/* values here */})

Two

model := components.CreateModelTwo(components.Two{/* values here */})