Pol Dellaiera 2024-10-07 13:27:45 +02:00 committed by GitHub
parent 55a3fbf585
commit 551c0f1ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,19 +7,19 @@
}: }:
let let
pname = "open-webui"; pname = "open-webui";
version = "0.3.30"; version = "0.3.32";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "open-webui"; owner = "open-webui";
repo = "open-webui"; repo = "open-webui";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-zGgCISGpna9L8Eqze0WWagIx26DwhLpeOLCVslpcJ08="; hash = "sha256-XpPaMGn+JA3Rq+Eb97IGWMLAR+0pI+ZJRxOTmxIMPZg=";
}; };
frontend = buildNpmPackage { frontend = buildNpmPackage {
inherit pname version src; inherit pname version src;
npmDepsHash = "sha256-508AjFAzQvWPkn+kMv/YQUeG0jikZJJxNkFqfkKi9Ks="; npmDepsHash = "sha256-tAPI/H5/lv+RuDZ68lL/cZHcOs8H6ZxXSwiFvkp0y4A=";
# Disabling `pyodide:fetch` as it downloads packages during `buildPhase` # Disabling `pyodide:fetch` as it downloads packages during `buildPhase`
# Until this is solved, running python packages from the browser will not work. # Until this is solved, running python packages from the browser will not work.
@ -87,6 +87,7 @@ python3.pkgs.buildPythonApplication rec {
flask flask
flask-cors flask-cors
fpdf2 fpdf2
ftfy
google-generativeai google-generativeai
langchain langchain
langchain-chroma langchain-chroma