summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2025-09-05 15:47:15 -0400
committerBen Sima <ben@bsima.me>2025-09-05 15:47:15 -0400
commit8f381492ce545bcfe6608f56c0134c26f42f0506 (patch)
treea51722f703ec0c755db0f72cd4e214a0eb1dd5ce /Omni
parenteaa387204433999c2600a592d3e822d3ef8f2899 (diff)
Enhance worker memory management
Check to prevent processing of large articles, truncate oversized content, defer jobs during high memory usage, use streaming TTS generation and upload to minimize memory consumption.
Diffstat (limited to 'Omni')
-rw-r--r--Omni/Bild/Deps/Python.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Bild/Deps/Python.nix b/Omni/Bild/Deps/Python.nix
index 0f0c409..a53231d 100644
--- a/Omni/Bild/Deps/Python.nix
+++ b/Omni/Bild/Deps/Python.nix
@@ -13,6 +13,7 @@
"nltk"
"ollama"
"openai"
+ "psutil"
"pydantic"
"pydantic-ai"
"pydantic-ai-slim"