Add llm with llm-ollama

This commit is contained in:
2025-05-18 10:50:17 -04:00
parent 2daab8d4f2
commit dc1635c473

View File

@@ -91,10 +91,16 @@
# python # python
poetry poetry
python313 (unstable.python3.withPackages (ps: [
ps.llm
ps.llm-ollama
]))
virtualenv virtualenv
# media # media
yt-dlp yt-dlp
# llm
llm
]; ];
} }