Unverified Commit 3a816c0d authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

seagoat: Fix server startup (#451811)

parents 0ad6e266 070f07bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ python3Packages.buildPythonApplication rec {
    "chromadb"
    "psutil"
    "setuptools"
    "ollama"
  ];

  dependencies = with python3Packages; [
@@ -46,6 +47,7 @@ python3Packages.buildPythonApplication rec {
    ollama
    psutil
    pygments
    python-dotenv
    requests
    stop-words
    waitress