├── .github └── workflows │ ├── llm.yaml │ ├── strip-tags.yaml │ ├── symbex.yaml │ └── ttok.yaml ├── Formula ├── llm.rb ├── strip-tags.rb ├── symbex.rb └── ttok.rb └── README.md /.github/workflows/llm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/.github/workflows/llm.yaml -------------------------------------------------------------------------------- /.github/workflows/strip-tags.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/.github/workflows/strip-tags.yaml -------------------------------------------------------------------------------- /.github/workflows/symbex.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/.github/workflows/symbex.yaml -------------------------------------------------------------------------------- /.github/workflows/ttok.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/.github/workflows/ttok.yaml -------------------------------------------------------------------------------- /Formula/llm.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/Formula/llm.rb -------------------------------------------------------------------------------- /Formula/strip-tags.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/Formula/strip-tags.rb -------------------------------------------------------------------------------- /Formula/symbex.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/Formula/symbex.rb -------------------------------------------------------------------------------- /Formula/ttok.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/Formula/ttok.rb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simonw/homebrew-llm/HEAD/README.md --------------------------------------------------------------------------------