mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 18:53:39 +00:00
Add llm with llm-ollama
This commit is contained in:
@@ -91,10 +91,16 @@
|
||||
|
||||
# python
|
||||
poetry
|
||||
python313
|
||||
(unstable.python3.withPackages (ps: [
|
||||
ps.llm
|
||||
ps.llm-ollama
|
||||
]))
|
||||
virtualenv
|
||||
|
||||
# media
|
||||
yt-dlp
|
||||
|
||||
# llm
|
||||
llm
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user