We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68aec57 + 6a5bf49 commit 651d2b6Copy full SHA for 651d2b6
open-webui.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: open-webui
3
version: "0.6.30"
4
- epoch: 0
+ epoch: 1
5
description: User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
6
copyright:
7
- license: BSD-3-Clause
@@ -77,6 +77,9 @@ pipeline:
77
# GHSA-847f-9342-265h
78
uv pip install --upgrade h2==4.3.0
79
80
+ # GHSA-9ggr-2464-2j32
81
+ uv pip install --upgrade authlib>=1.6.4
82
+
83
uv pip uninstall pip
84
85
python -c "import os; from sentence_transformers import SentenceTransformer; SentenceTransformer(os.environ['RAG_EMBEDDING_MODEL'], device='cpu')"
0 commit comments