https://github.com/g4-api/g4-webui-pipelines
https://github.com/g4-api/g4-webui-pipelines
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/g4-api/g4-webui-pipelines
- Owner: g4-api
- License: apache-2.0
- Created: 2025-03-05T06:11:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T15:09:00.000Z (about 1 year ago)
- Last Synced: 2025-06-13T16:26:57.599Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# G4 API - Open WebUI Pipelines
docker run -d -p 9099:9099 --add-host=host.docker.internal:host-gateway -e PIPELINES_URLS="https://raw.githubusercontent.com/g4-api/g4-webui-pipelines/main/pipelines/echo_pipeline.yaml" -v pipelines:/app/pipelines --name pipelines --restart always ghcr.io/open-webui/pipelines:main
# Tools
curl https://sh.rustup.rs -sSf | sh
refreshenv
pip install pydantic==2.7.1
Invoke-WebRequest -Uri https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe -OutFile rustup-init.exe
.\rustup-init.exe -y
pip install pydantic==2.7.1