Added Open WebUI pipeline to get anthropic models
This commit is contained in:
parent
817c811b3a
commit
040bf47d7d
9
llm.yml
9
llm.yml
@ -26,3 +26,12 @@ services:
|
|||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
capabilities: ["gpu"]
|
capabilities: ["gpu"]
|
||||||
count: all
|
count: all
|
||||||
|
|
||||||
|
openwebui-pipeline:
|
||||||
|
image: ghcr.io/open-webui/pipelines:main
|
||||||
|
container_name: openwebui-pipelines
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "9099:9099"
|
||||||
|
volumes:
|
||||||
|
- ./hdd0/openwebui-pipelines:/app/pipelines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user