mirror of
https://github.com/LukeHagar/log10go.git
synced 2025-12-07 04:20:14 +00:00
20 lines
364 B
Markdown
20 lines
364 B
Markdown
# Model
|
|
|
|
ID of the model to use. See the [model endpoint compatibility](/docs/models/model-endpoint-compatibility) table for details on which models work with the Chat API.
|
|
|
|
|
|
## Supported Types
|
|
|
|
###
|
|
|
|
```go
|
|
model := components.CreateModelStr(string{/* values here */})
|
|
```
|
|
|
|
### Two
|
|
|
|
```go
|
|
model := components.CreateModelTwo(components.Two{/* values here */})
|
|
```
|
|
|