Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PreviewSettings ¶
PreviewSettings returns the JSON that would be written to the settings temp file.
Types ¶
type ModelRouter ¶
type ModelRouter struct {
// contains filtered or unexported fields
}
ModelRouter routes model requests to the first available model in a tier.
func NewModelRouter ¶
func NewModelRouter(models []string) *ModelRouter
NewModelRouter groups a flat list of model names into per-tier pools.
Click to show internal directories.
Click to hide internal directories.