Aryan Kothari
f9e1a933a9
fix: bug in chat deletion pagination interact
...
change 1: when selecting a tag to filter the `tagView` store is set to disable paginated loading. This is so all tagged items can be loaded at once. deleting a tag when in the filtered view returns to the unfiltered view. this change now sets the `tagView` store to `false` so pagination can continue
change 2: formatting
2024-08-03 11:53:02 -04:00
Clivia
ebd8ef1a9e
💄 Fixed BUG that could not be deleted after @model was selected
2024-08-03 23:36:30 +08:00
amirsubhi
ed691e26a6
Updated ms-MY Malay (Bahasa Malaysia) Language
...
Added ms-MY Malay (Bahasa Malaysia) Translation
2024-08-03 23:09:54 +08:00
Aryan Kothari
067d76fece
fix: dynamically determine page size
...
- larger screens where chat list (35px*pageSize) is smaller than window.InnerHeight, will not be able to scroll.
- performance can dynamically scale, allowing mobile devices to load only what they need.
2024-08-03 10:35:13 -04:00
Timothy Jaeryang Baek
534c18c94c
Merge pull request #4307 from Yanyutin753/@model_image
...
💄 Support @Model display model pictures
2024-08-03 16:01:45 +02:00
Timothy J. Baek
af9e0cc33a
fix
2024-08-03 16:01:25 +02:00
Aryan Kothari
6847c2fc8c
Merge branch 'origin/dev' into sidebar-pagination [skip ci]
2024-08-03 09:57:54 -04:00
Clivia
028eb7b351
✨ Better Practice
...
✨ Better Practice
2024-08-03 21:37:45 +08:00
Michael Poluektov
12c21fac22
refac: apps/openai/main.py and utils
2024-08-03 14:24:26 +01:00
Timothy J. Baek
774defd184
fix: image preview element styling issue
2024-08-03 14:42:06 +02:00
Timothy Jaeryang Baek
6657f28694
Merge pull request #4309 from aleixdorca/dev
...
i18n: Update catalan translation.json
2024-08-03 14:18:09 +02:00
Aleix Dorca
9d7507236f
i18n: Update catalan translation.json
2024-08-03 06:46:08 +02:00
Clivia
8f49429228
⭐ Show only models that are not be hidden
2024-08-03 10:58:12 +08:00
Clivia
f21e9dbd9a
💄 Support @Model display model pictures
2024-08-03 10:48:54 +08:00
Timothy Jaeryang Baek
d3146d20ad
Merge pull request #4304 from open-webui/dev
...
fix: requirements
2024-08-03 00:48:57 +02:00
Timothy J. Baek
24a177a149
chore: requirements
2024-08-03 00:47:05 +02:00
Timothy Jaeryang Baek
a58dfccb7d
Merge pull request #4273 from open-webui/dev
...
0.3.11
2024-08-03 00:03:15 +02:00
Timothy J. Baek
b35293228e
refac
2024-08-03 00:01:54 +02:00
Timothy J. Baek
963e250654
refac
2024-08-02 23:54:18 +02:00
Timothy J. Baek
ca8b766c09
refac
2024-08-02 23:48:49 +02:00
Timothy J. Baek
21eca7f1c1
doc: changelog
2024-08-02 23:47:00 +02:00
Timothy J. Baek
8062866973
chore: format
2024-08-02 22:35:02 +02:00
Timothy Jaeryang Baek
99530358fd
Merge pull request #4300 from JohnTheNerd/flux-image-gen
...
feat: added support for the new Flux image gen model using ComfyUI
2024-08-02 22:32:22 +02:00
Timothy J. Baek
621393ca62
chore: format
2024-08-02 22:31:37 +02:00
Timothy J. Baek
0c6284be02
fix: user voice should update when global voice updates
2024-08-02 22:28:39 +02:00
Timothy Jaeryang Baek
9d5e3e2a91
Merge pull request #4299 from open-webui/dev-elevenlabs
...
feat: Fetch ElevenLabs voice ID by name
2024-08-02 19:29:24 +02:00
Timothy J. Baek
7f260938db
refac
2024-08-02 19:29:03 +02:00
Timothy J. Baek
c416444e24
fix
2024-08-02 19:26:34 +02:00
Timothy J. Baek
b559bc84a7
refac
2024-08-02 19:24:47 +02:00
Timothy Jaeryang Baek
3f53abb233
Merge pull request #4018 from justinh-rahb/elevenlabs-voice-names
...
feat: Fetch ElevenLabs voice ID by name
2024-08-02 18:44:48 +02:00
Timothy J. Baek
67efd0dd39
enh: enable tools with url search param
2024-08-02 18:32:51 +02:00
Timothy J. Baek
dcd32faa83
fix: styling
2024-08-02 18:12:54 +02:00
Timothy J. Baek
8fcb5cee66
enh: min_p
2024-08-02 18:11:20 +02:00
Timothy J. Baek
13b757d847
enh: min_p added to params
2024-08-02 18:10:12 +02:00
Timothy J. Baek
c6d7f24542
fix: block users from /workspace and /admin
2024-08-02 18:08:23 +02:00
Timothy Jaeryang Baek
4c1a9380e6
Merge pull request #3998 from ScribblerCoder/patch-1
...
fix: Dockerfile Healthcheck unexpected exit code
2024-08-02 17:56:27 +02:00
John Karabudak
ad6e8edcd3
added support for the new Flux image gen model using ComfyUI
...
this commit adds three environment variables:
- COMFYUI_FLUX: determines whether Flux is used, the workflow is completely different so this is necessary.
- COMFYUI_FLUX_WEIGHT_DTYPE: sets the weight precision for Flux. you will probably want to set this to "fp8_e4m3fn" as the fp16 weights take up about 24GB of VRAM. optional, defaults to "default".
- COMFYUI_FLUX_FP8_CLIP: Flux requires two CLIP models downloaded, one of which is available in fp8 and fp16. set to true if you are using the fp8 CLIP weights.
2024-08-02 13:23:20 -02:30
Timothy J. Baek
95c742ba9b
chore: format
2024-08-02 17:47:43 +02:00
Timothy J. Baek
546d442626
refac
2024-08-02 17:45:30 +02:00
Timothy J. Baek
ed8c0b23a0
refac
2024-08-02 17:41:15 +02:00
Timothy J. Baek
c8f44b73f1
refac: user valves save handler
2024-08-02 17:36:16 +02:00
Timothy J. Baek
bf6b149b8b
refac: user valves
2024-08-02 17:19:52 +02:00
Timothy Jaeryang Baek
f334c834e5
Merge pull request #4274 from Yanyutin753/display_size
...
💄 Feat show the size of file and prepare for subsequent upload restrictions
2024-08-02 14:27:42 +02:00
Timothy Jaeryang Baek
7c850bb78a
Merge pull request #4289 from OriginalSimon/dev
...
i18n: Update of the Ukrainian translation
2024-08-02 14:27:11 +02:00
Simon
a280fed4be
Merge branch 'open-webui:dev' into dev
2024-08-02 14:07:04 +02:00
Timothy Jaeryang Baek
cf9b5241ae
Merge pull request #4282 from laurentiu-miu/dev
...
i18n: Added Romanian translation
2024-08-02 13:31:33 +02:00
laurentium
dfa25af271
i18n: Romanian translation fix pull request deleted extra space
2024-08-02 13:14:50 +03:00
laurentium
b538c5a206
i18n: Romanian translation fix one-to-one equivalent with the en-US file
2024-08-02 12:58:11 +03:00
laurentium
4fa3fcbb3b
i18n: Romanian translation
2024-08-02 12:03:00 +03:00
Clivia
b049ae269b
💄 Feat show the size of file and prepare for subsequent upload restrictions
2024-08-02 09:46:16 +08:00