Versions in this module Expand all Collapse all v1 v1.19.4 Jan 21, 2026 v1.19.3 Jan 20, 2026 Changes in this version + const CurrentVersion + func Path() string + func ValidateAliasName(name string) error + type Alias struct + Model string + Path string + Yolo bool + func (a *Alias) HasOptions() bool + type Config struct + Aliases map[string]*Alias + ModelsGateway string + Version string + func Load() (*Config, error) + func (c *Config) DeleteAlias(name string) bool + func (c *Config) GetAlias(name string) (*Alias, bool) + func (c *Config) Save() error + func (c *Config) SetAlias(name string, alias *Alias) error