open-webui is a web-based user interface for the open-platform. It is a single-page application (SPA) built with React.js and Redux. It is designed to be a simple and easy-to-use interface for managing the open-platform.
- User authentication
- User management
- Model management
- CALL model api
- openui-backend-go
- open-webui
openui-backend-go is a RESTful API service that provides the backend for the open-webui. It is built with Go and Gin.
- User authentication
- Model management
build owner image
docker build -t eilinge/open-ui-user-api --build-arg AppDir=service/user/api .