llm_windows.go 86 B

123456
  1. package llm
  2. import "embed"
  3. //go:embed build/windows/*/*/bin/*
  4. var libEmbed embed.FS