Baseline of all pharo-llm repositories
# Pharo-LLM [](https://github.com/pharo-llm/pharo-llm) [](https://github.com/pharo-llm/pharo-llm/blob/master/LICENSE) [](https://github.com/pharo-llm/pharo-llm/pulls) [](https://github.com/pharo-llm/pharo-lmm) [](https://github.com/pharo-llm/pharo-lmm/actions/workflows/CI.yml) To install stable version of `Pharo-LLM` in your image you can use: ```smalltalk Metacello new githubUser: 'pharo-llm' project: 'pharo-llm' commitish: 'X.X.X' path: 'src'; baseline: 'PharoLLM'; load ``` For development version install it with this: ```smalltalk Metacello new githubUser: 'pharo-llm' project: 'pharo-llm' commitish: 'main' path: 'src'; baseline: 'PharoLLM'; load. ```