Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelsList ¶
type ModelsList struct {
Data []struct {
Id string `json:"id"`
} `json:"data"`
}
ModelsList is the response from the /v1/models endpoint
type Provider ¶
type Provider struct {
api.BasicInferenceProvider
}
func (*Provider) GetInference ¶
func (*Provider) Initialize ¶
Click to show internal directories.
Click to hide internal directories.