20 lines
714 B
YAML
20 lines
714 B
YAML
name: open-webui
|
|
is: open-webui
|
|
description: Open WebUI is a comprehensive, open-source web interface for AI models.
|
|
Features a user-friendly design, supports various LLM runners, and operates entirely
|
|
offline. Perfect for creating a ChatGPT-like experience with local or hosted models.
|
|
version: 0.4.5
|
|
icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/open-webui.svg
|
|
requires: []
|
|
defaultConfig:
|
|
namespace: open-webui
|
|
externalDnsDomain: '{{ .cloud.domain }}'
|
|
image: ghcr.io/open-webui/open-webui:main
|
|
port: 8080
|
|
storage: 10Gi
|
|
domain: chat.{{ .cloud.domain }}
|
|
vllmApiUrl: http://vllm-service.llm.svc.cluster.local:8000/v1
|
|
enableAuth: true
|
|
enableSignup: false
|
|
defaultSecrets: []
|