Commit graph

1693 commits

Author SHA1 Message Date
Justin Firth
3fa79e59bf Allow configuration of steps, default to a1111 default 2024-02-24 10:44:08 -05:00
Timothy J. Baek
fdb6499bfa fix: error handling 2024-02-24 01:49:19 -08:00
Timothy Jaeryang Baek
261a53c8b1
Merge pull request #885 from open-webui/styling
fix: styling
2024-02-24 04:39:33 -05:00
Timothy J. Baek
65d6d220d4 fix: styling 2024-02-24 01:39:14 -08:00
Timothy J. Baek
a74d47b6fc Update requirements.txt 2024-02-24 01:27:44 -08:00
Timothy J. Baek
bfba72d486 fix: pip dependency 2024-02-24 01:19:44 -08:00
Timothy J. Baek
e8904ac3f7 feat: remove ollama dependency 2024-02-24 01:03:28 -08:00
Timothy J. Baek
43f9a827d3 fix: gitignore 2024-02-24 00:29:03 -08:00
Timothy J. Baek
14dd0d11fb feat: litellm yaml 2024-02-24 00:21:53 -08:00
Patrice-Gaudicheau
0f6bdaa602 feat: implemented user confirmation for safe removal of containers and volumes in Makefile 2024-02-24 09:02:18 +01:00
Patrice-Gaudicheau
a016171573 fix: update Makefile and rename script for open-webui integration 2024-02-24 07:51:27 +01:00
Timothy Jaeryang Baek
8b38724bd2
Merge pull request #808 from duhow/kubernetes
feat(kubernetes)!: Major Helm Chart refactor
2024-02-24 01:45:54 -05:00
Timothy J. Baek
b5bd07a06a feat: secure litellm api 2024-02-23 22:44:56 -08:00
Timothy J. Baek
af388dfe62 fix 2024-02-23 22:27:28 -08:00
Timothy Jaeryang Baek
ee22e641ff
Merge branch 'main' into litellm 2024-02-24 01:10:04 -05:00
Timothy Jaeryang Baek
f69c0d2e85
Merge pull request #883 from open-webui/custom-name
fix: error handling
2024-02-23 20:37:22 -05:00
Timothy J. Baek
d1f170dc77 fix: error handling 2024-02-23 17:36:38 -08:00
Timothy Jaeryang Baek
1f6b348851
Merge pull request #882 from open-webui/custom-name
Update config.py
2024-02-23 20:25:05 -05:00
Timothy J. Baek
decba05c7a Update config.py 2024-02-23 17:24:46 -08:00
Timothy Jaeryang Baek
93180ef001
Merge pull request #881 from open-webui/custom-name
fix
2024-02-23 20:18:14 -05:00
Timothy J. Baek
9e339fdb18 fix 2024-02-23 17:17:59 -08:00
Timothy Jaeryang Baek
9e287262f0
Merge pull request #880 from open-webui/custom-name
feat: sponsor custom name support
2024-02-23 20:16:47 -05:00
Timothy J. Baek
62f67bed29 feat: sponsor custom name support 2024-02-23 17:12:19 -08:00
Timothy Jaeryang Baek
fc330a1e8b
Merge pull request #870 from ching-kuo/fix_k8s_manifest
Fix Kubernetes Manifest for Web UI
2024-02-23 18:20:25 -05:00
duhow
8eb6a68fcf
fix webui-service 2024-02-23 23:58:10 +01:00
Timothy Jaeryang Baek
4c9bb5b465
Merge pull request #874 from open-webui/doc
Update README.md
2024-02-23 14:30:43 -05:00
Timothy J. Baek
3327c6ca0a Update README.md 2024-02-23 11:30:19 -08:00
Timothy Jaeryang Baek
d097fbfad8
Merge pull request #873 from open-webui/doc
chore: template
2024-02-23 14:20:11 -05:00
Timothy J. Baek
33cd0888ee fix: template 2024-02-23 11:19:46 -08:00
Timothy J. Baek
90df6e7388 Update pull_request_template.md 2024-02-23 11:18:28 -08:00
Timothy Jaeryang Baek
1198108033
Merge pull request #872 from open-webui/doc
Create pull_request_template.md
2024-02-23 14:17:13 -05:00
Timothy J. Baek
57f379b4ce Create pull_request_template.md 2024-02-23 11:16:53 -08:00
Timothy Jaeryang Baek
a974d736d2
Merge pull request #866 from asedmammad/fix-rag-scan-unsupported-mime
fix: RAG scan unsupported mime type
2024-02-23 14:03:24 -05:00
Timothy Jaeryang Baek
53fce7cae8
Merge pull request #865 from jannikstdl/patch-2
development clarification README.md
2024-02-23 13:50:20 -05:00
Timothy Jaeryang Baek
507a92ece7
Merge pull request #863 from duhow/patch-1
config: allow custom default user role
2024-02-23 13:49:50 -05:00
Gene Kuo
035c2e0500 Fix Kubernetes Manifest for Web UI
There are currently 2 issues with the Kubernetes manifest:

- open-webui-deployment refers to ollama-webui-pvc but not included in
  kustomization.yaml, causing issue if using GPU deployment
- ollama-webui-pvc is using the wrong namespace

This commit fixes both issue.
2024-02-24 03:20:05 +09:00
duhow
9ee64d88c6
add missing existingClaim name 2024-02-23 17:41:17 +01:00
Patrice Gaudicheau
7d0d504390
Updated code comments to English. 2024-02-23 15:53:47 +01:00
Patrice Gaudicheau
6bc627bbfb
Updated code comments to English. 2024-02-23 15:52:55 +01:00
Ased Mammad
b473ad574f fix: RAG scan unsupported mimetype
This fixes an issue with RAG that stops loading documents as soon
as it reaches a file with unsupported mimetype.
2024-02-23 14:27:31 +03:30
Jannik S
4500d2fe13
development clarification README.md 2024-02-23 11:45:28 +01:00
duhow
dd64b1e693
use "latest" as appVersion 2024-02-23 11:24:19 +01:00
duhow
7d947c2988
fix types 2024-02-23 11:09:25 +01:00
David Girón
214881451d
allow custom default user role 2024-02-23 11:03:06 +01:00
Timothy Jaeryang Baek
b1fa32c5d6
Merge pull request #862 from open-webui/doc
fix: typo
2024-02-23 04:38:04 -05:00
Timothy J. Baek
8837918750 fix: typo 2024-02-23 01:37:22 -08:00
Timothy Jaeryang Baek
7bbb6bdabe
Merge pull request #842 from jannikstdl/release-notes-modal
Release Notes Modal
2024-02-23 04:33:49 -05:00
Timothy J. Baek
934af898fc fix: styling 2024-02-23 01:32:32 -08:00
Timothy J. Baek
476e8f002f fix: styling 2024-02-23 01:31:28 -08:00
Timothy J. Baek
9523ecb87f fix: styling 2024-02-23 01:26:07 -08:00