Timothy Jaeryang Baek
1b56a8f3cb
Merge pull request #10864 from kurtdami/perplexity_integration
...
feat: add perplexity integration to web search
2025-02-27 13:51:03 -08:00
Timothy Jaeryang Baek
1d27402dd0
Merge pull request #10910 from saraangelmurphy/awsworkloadidentity
...
feat: add AWS workload identity support
2025-02-27 13:50:36 -08:00
Timothy Jaeryang Baek
6f7161acf8
chore: format
2025-02-27 13:04:39 -08:00
Timothy Jaeryang Baek
54e3ca8e6c
refac: rm confusing defaults
2025-02-27 13:03:28 -08:00
Timothy Jaeryang Baek
95cadaca72
Merge pull request #10933 from open-webui/dev
...
0.5.18
v0.5.18
2025-02-27 12:00:52 -08:00
Timothy Jaeryang Baek
e26c443815
0.5.18
2025-02-27 12:00:23 -08:00
Timothy Jaeryang Baek
046f1fb30a
Merge pull request #10927 from open-webui/dev
...
0.5.18
2025-02-27 11:50:08 -08:00
Timothy Jaeryang Baek
63d825692e
doc: changelog
2025-02-27 11:49:59 -08:00
Timothy Jaeryang Baek
70667d5cc8
refac
2025-02-27 11:45:25 -08:00
Timothy Jaeryang Baek
2ac0eae99e
Merge pull request #10925 from SleepyYui/fix-10905
...
fix: Fix OpenAI connection not actually deleting
2025-02-27 11:44:20 -08:00
Timothy Jaeryang Baek
1dd442f38b
Merge pull request #10919 from df-cgdm/main
...
**fix** Resolve a bug in /api/models/base which was not returning openai models when ENABLE_FORWARD_USER_INFO_HEADERS is true
2025-02-27 11:42:51 -08:00
Yui
94c19f73b0
add config update when deleting openai model
2025-02-27 20:41:30 +01:00
Timothy Jaeryang Baek
ed0b9be4e3
fix
2025-02-27 11:39:59 -08:00
Timothy Jaeryang Baek
866d02bbae
refac
2025-02-27 11:39:00 -08:00
Timothy Jaeryang Baek
f7c5cd486b
Merge pull request #10908 from barnabehvrd/main
...
i18n: Updated translations for fr-FR
2025-02-27 11:37:58 -08:00
Timothy Jaeryang Baek
660a44c918
fix: insecure connection over LAN
2025-02-27 11:37:44 -08:00
Didier FOURNOUT
b6873153c1
resolve a bug in /api/models/base not returning openai models when ENABLE_FORWARD_USER_INFO_HEADERS is true
2025-02-27 19:32:15 +00:00
df-cgdm
24a2e84692
Merge branch 'open-webui:main' into main
2025-02-27 19:13:00 +00:00
Sara Angel-Murphy
5e873bc643
feat: add AWS workload identity support
2025-02-27 13:12:54 -05:00
v0ltis
f643182eb0
Updated french translation
2025-02-27 19:04:53 +01:00
hurxxxx
c5cfcc1229
chore: cleanup
2025-02-27 23:16:52 +09:00
hurxxxx
203dfdedf1
Update deprecated msal-browser version to the latest
2025-02-27 23:12:09 +09:00
hurxxxx
febc9ab885
Merge remote-tracking branch 'upstream/main'
2025-02-27 21:08:20 +09:00
Timothy Jaeryang Baek
38fb9d5fd8
chore: jspdf depedency
2025-02-27 03:54:16 -08:00
Timothy Jaeryang Baek
15485e7c5d
Merge pull request #10469 from open-webui/dev
...
0.5.17
v0.5.17
2025-02-27 03:46:08 -08:00
Timothy Jaeryang Baek
8241fa2e12
doc: changelog
2025-02-27 03:45:33 -08:00
Timothy Jaeryang Baek
37a7dd6d33
chore: format
2025-02-27 02:18:44 -08:00
Timothy Jaeryang Baek
85b7ec9387
Merge pull request #10873 from TiancongLx/dev
...
i18n: update zh-TW
2025-02-27 02:17:33 -08:00
Tiancong Li
b838a1df99
i18n: update zh-TW
2025-02-27 17:57:10 +08:00
tidely
d7b18b662b
chore: use logging.getLevelNamesMapping()
...
Use `logging.getLevelNamesMapping()` for getting all valid logging levels. This also allows adding new ones using `logging.addLevel()`. This feature was [added](https://docs.python.org/3.11/library/logging.html#logging.getLevelNamesMapping ) in Python 3.11 which is above the minimum supported Python version for open-webui.
2025-02-27 11:19:27 +02:00
kurtdami
b061775932
feat: add perplexity integration to web search
2025-02-27 00:30:48 -08:00
Timothy Jaeryang Baek
8c4d967ef4
refac: evaluations settings ui
2025-02-26 23:58:43 -08:00
Timothy Jaeryang Baek
ce7cf62a55
refac: dedup
2025-02-26 23:51:39 -08:00
Timothy Jaeryang Baek
0a4dbf7cf0
refac
2025-02-26 23:41:09 -08:00
Timothy Jaeryang Baek
fcbdfbd744
refac
2025-02-26 23:35:09 -08:00
Timothy Jaeryang Baek
1ae702b8a6
Merge pull request #10860 from open-webui/audit-log-dev
...
feat: add audit logging feature
2025-02-26 23:19:37 -08:00
Timothy Jaeryang Baek
2d379cb35f
chore: pyproject
2025-02-26 23:19:19 -08:00
Timothy Jaeryang Baek
76e90d9f3f
Merge pull request #10436 from victorstevansuse/feat/audits
...
feat: add audit logging feature
2025-02-26 23:15:10 -08:00
Timothy Jaeryang Baek
da8c42ee49
feat: Sort models by name in ascending/descending order
...
Co-Authored-By: silentoplayz <50341825+silentoplayz@users.noreply.github.com>
2025-02-26 23:12:46 -08:00
Timothy Jaeryang Baek
ddb30589e3
chore: format
...
HIDE MODELS
2025-02-26 22:18:18 -08:00
Timothy Jaeryang Baek
ef734833a5
fix
2025-02-26 21:22:51 -08:00
Timothy Jaeryang Baek
40ddd172e0
refac: web search settings ui
2025-02-26 15:56:45 -08:00
Timothy Jaeryang Baek
57010901e6
enh: bypass embedding and retrieval
2025-02-26 15:42:19 -08:00
Timothy Jaeryang Baek
1c2e36f1b7
refac
2025-02-26 13:59:08 -08:00
Timothy Jaeryang Baek
34aeaaf020
refac
2025-02-26 13:54:26 -08:00
Timothy Jaeryang Baek
fa91d83ac3
refac: documents settings ui
2025-02-26 13:48:56 -08:00
Timothy Jaeryang Baek
78a8ef8e66
refac: audio file handling
2025-02-26 13:09:52 -08:00
Timothy Jaeryang Baek
46ac6f2b29
fix
2025-02-26 12:53:07 -08:00
Timothy Jaeryang Baek
33d3558ca9
Merge pull request #10817 from NovoNordisk-OpenSource/ivaroli/adding-json-as-supported-file-type
...
fix: Using the TextLoader instead of Tika for JSON files
2025-02-26 12:49:29 -08:00
Timothy Jaeryang Baek
c1c92b0c03
Merge pull request #10820 from oyve/dev
...
i18n: Update translation.json for nb-NO
2025-02-26 12:49:02 -08:00