forked from open-webui/open-webui
add chart details
This commit is contained in:
parent
75a52df889
commit
62e0096817
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,21 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: open-webui
|
name: open-webui
|
||||||
description: "Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋"
|
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
appVersion: 1.0.0-alpha.100
|
||||||
|
|
||||||
|
home: https://www.openwebui.com/
|
||||||
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
|
icon: https://raw.githubusercontent.com/open-webui/open-webui/main/static/favicon.png
|
||||||
|
|
||||||
|
description: "Open WebUI: A User-Friendly Web Interface for Chat Interactions 👋"
|
||||||
|
keywords:
|
||||||
|
- llm
|
||||||
|
- chat
|
||||||
|
- web-ui
|
||||||
|
|
||||||
|
sources:
|
||||||
|
- https://github.com/open-webui/open-webui/tree/main/kubernetes/helm
|
||||||
|
- https://hub.docker.com/r/ollama/ollama
|
||||||
|
- https://github.com/open-webui/open-webui/pkgs/container/open-webui
|
||||||
|
|
||||||
|
annotations:
|
||||||
|
licenses: MIT
|
||||||
|
|
Loading…
Reference in a new issue