mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add llm with llm-ollama
This commit is contained in:
@@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user