feat: add README
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
# Open WebUI
|
||||
|
||||
[English](./README.md) | [中文](./README.zh.md)
|
||||
|
||||
Quick start: <https://docs.openwebui.com/getting-started/quick-start>.
|
||||
|
||||
This service deploys Open WebUI, a web-based interface for LLMs.
|
||||
|
||||
## Services
|
||||
|
||||
- `openwebui`: The Open WebUI service.
|
||||
|
||||
## Configuration
|
||||
|
||||
- `OPEN_WEBUI_VERSION`: The version of the Open WebUI image, default is `main`.
|
||||
- `OPEN_WEBUI_PORT`: The host port for Open WebUI, default is `8080`.
|
||||
|
||||
## Volumes
|
||||
|
||||
- `open-webui`: A volume for storing Open WebUI data.
|
||||
|
||||
20
src/open-webui/README.zh.md
Normal file
20
src/open-webui/README.zh.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Open WebUI
|
||||
|
||||
[English](./README.md) | [中文](./README.zh.md)
|
||||
|
||||
快速开始:<https://docs.openwebui.com/getting-started/quick-start>。
|
||||
|
||||
此服务用于部署 Open WebUI,一个面向大语言模型的网页界面。
|
||||
|
||||
## 服务
|
||||
|
||||
- `openwebui`: Open WebUI 服务。
|
||||
|
||||
## 配置
|
||||
|
||||
- `OPEN_WEBUI_VERSION`: Open WebUI 镜像的版本,默认为 `main`。
|
||||
- `OPEN_WEBUI_PORT`: Open WebUI 的主机端口,默认为 `8080`。
|
||||
|
||||
## 卷
|
||||
|
||||
- `open-webui`: 用于存储 Open WebUI 数据的卷。
|
||||
Reference in New Issue
Block a user