OpenWebUI integration

This commit is contained in:
2025-09-07 10:42:27 +02:00
parent bb0c5cc8ff
commit e3478fb77e
12 changed files with 362 additions and 71 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Local env and secrets
.env
# Runtime data
data/
models/
library/
transcripts/
tmp/
# Python cruft
__pycache__/
*.pyc
# Misc
.DS_Store