package pkg import ( "ai_scheduler/internal/pkg/ollama" "github.com/google/wire" ) var ProviderSetClient = wire.NewSet(ollama.NewClient)