Versions in this module Expand all Collapse all v1 v1.5.3 Aug 8, 2026 Changes in this version + var ErrUnsupportedProvider = fmt.Errorf("init_chat_model: unsupported provider") + func InitChatModel(ctx context.Context, providerModel string) (llms.Model, error) + func Register(provider string, f Factory) + type Factory func(ctx context.Context, model string) (llms.Model, error) + func Lookup(provider string) (Factory, bool)