Skip to content

Conversation

@jbusche
Copy link
Contributor

@jbusche jbusche commented Sep 15, 2025

Fixes issue #146

Testing:

git clone https://github.com/jbusche/mellea.git -b jbusche-add-pillow
cd mellea
python3.12 -m venv venv
source venv/bin/activate
pip install .
pip list |grep pill

Returns:

pillow 11.3.0


Now when I run, I can import mellea:

python
import mellea
m = mellea.start_session()
print(m.chat("How many letters in the English alphabet?").content)

Returns with:

There are 26 letters in the English alphabet.

@mergify
Copy link

mergify bot commented Sep 15, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

@jbusche jbusche changed the title Adding pillow as dependency fix: Adding pillow as dependency Sep 15, 2025
Signed-off-by: James Busche <jbusche@us.ibm.com>
@avinash2692 avinash2692 merged commit 160c6ef into generative-computing:main Sep 17, 2025
1 check passed
@jbusche jbusche deleted the jbusche-add-pillow branch September 17, 2025 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants