Timothy J. Baek
55dfc2013a
enh: __messages__ support for tools
2024-06-17 13:28:29 -07:00
Timothy J. Baek
4a3362f889
fix: help
2024-06-17 11:46:23 -07:00
Timothy J. Baek
44e145c6e9
fix: styling
2024-06-17 11:32:10 -07:00
Timothy J. Baek
eb98631ff6
refac
2024-06-17 11:11:54 -07:00
Timothy Jaeryang Baek
cc4e192a51
Merge pull request #3235 from seokho-son/dev
2024-06-17 08:53:42 -07:00
Seokho Son
cc98e89baa
Complete Korean Localization for Open-WebUI
...
Signed-off-by: Seokho Son <shsongist@gmail.com>
2024-06-17 22:00:53 +09:00
Timothy J. Baek
d8a1d7eb36
feat: character utils
2024-06-17 03:05:09 -07:00
Timothy J. Baek
2f7120a73a
refac
2024-06-17 02:54:56 -07:00
Timothy J. Baek
a60d6c316e
fix
2024-06-17 02:28:12 -07:00
Timothy J. Baek
ab62228877
feat: character card support
2024-06-17 02:26:07 -07:00
Timothy J. Baek
f1b350cbe6
enh: use model profile image in call
2024-06-17 01:55:06 -07:00
Timothy J. Baek
9023a60d0d
refac
2024-06-17 01:42:04 -07:00
Timothy J. Baek
49fdb68908
chore: format
2024-06-17 01:36:43 -07:00
Timothy Jaeryang Baek
db7d63d11a
Merge pull request #3227 from KarlLee830/translate
...
Add some missing i18n keys and update Chinese translation
2024-06-17 01:35:03 -07:00
Karl Lee
720ff35edf
Add some missing i18n keys and update Chinese translation
...
Add some missing i18n keys and update Chinese translation
2024-06-17 16:32:36 +08:00
Timothy J. Baek
5fa355e1ae
feat: background image
2024-06-17 01:31:22 -07:00
Timothy J. Baek
a28ad06bf0
fix
2024-06-16 23:36:21 -07:00
Timothy J. Baek
4559c8af74
doc: changelog
2024-06-16 22:52:27 -07:00
Timothy J. Baek
4a67ae1195
fix: message delete issue
2024-06-16 22:28:26 -07:00
Timothy J. Baek
1efa25eed5
chore: format
2024-06-16 21:55:08 -07:00
Timothy J. Baek
54b65a89fd
refac: call overlay
2024-06-16 21:52:50 -07:00
Timothy Jaeryang Baek
b4008b0b30
Merge pull request #3140 from ricky-davis/sortable-users
...
feat: Sortable users in admin panel
2024-06-16 21:49:08 -07:00
Timothy Jaeryang Baek
16c95991d3
Merge pull request #3145 from ricky-davis/sortable-chats
...
feat: Sortable chats in admin panel
2024-06-16 21:48:13 -07:00
Timothy Jaeryang Baek
f3bd81073d
Merge pull request #3202 from JohnTheNerd/main
...
feat: added ability to set user name for federated auth
2024-06-16 17:56:29 -07:00
Timothy J. Baek
6d9ed32929
refac
2024-06-16 17:19:18 -07:00
Timothy J. Baek
ad2ffc33d8
refac: voice call tap to interrupt
2024-06-16 16:50:57 -07:00
Timothy J. Baek
e183b0e5ff
chore: format
2024-06-16 15:34:15 -07:00
Timothy J. Baek
4b6b33b08b
feat: user_location
2024-06-16 15:32:26 -07:00
John Karabudak
c00a6fa02a
added ability to set user name for federated auth
...
this commit adds an optional environment variable named `WEBUI_AUTH_TRUSTED_NAME_HEADER`, which sets the user's name to the contents of that header. this only happens if the user is just being created, just like how the trusted e-mail header works.
if the environment variable or header is not present, we fall back to the original behavior which is to re-use the user e-mail address.
Co-Authored-By: Nikita Borzykh <sample@fastmail.com>
2024-06-16 18:44:10 -02:30
Timothy J. Baek
8e62c36148
enh: AIOHTTP_CLIENT_TIMEOUT None support
2024-06-16 13:56:49 -07:00
Timothy Jaeryang Baek
f76a569527
Merge pull request #3219 from JohnTheNerd/comfyui-configuration
...
feat: added support for Stable Diffusion 3 alongside more extensive ComfyUI configuration
2024-06-16 13:50:38 -07:00
Timothy Jaeryang Baek
9a6c2fafe3
Merge pull request #3204 from JohnTheNerd/fix-github-actions
...
build: fixed GitHub actions on usernames with uppercase characters
2024-06-16 13:50:00 -07:00
Timothy J. Baek
1c355929fc
refac
2024-06-16 12:09:55 -06:00
John Karabudak
ea074fa9bf
added Stable Diffusion 3 support alongside ComfyUI configuration
...
this commit adds four environment variables:
- COMFYUI_CFG_SCALE
- COMFYUI_SAMPLER
- COMFYUI_SCHEDULER
- COMFYUI_SD3 (merely setting this at all will enable SD3 mode)
2024-06-16 15:30:52 -02:30
John Karabudak
60ee08a8ac
made the environment variable name IMAGE_NAME as requested
2024-06-16 15:27:13 -02:30
Timothy J. Baek
9f7ef209fa
fix: chatlist
2024-06-16 11:36:15 -06:00
Timothy J. Baek
fc1a66ea76
feat: current_time, current_datetime
2024-06-16 10:39:48 -06:00
Timothy J. Baek
5d0b77e64a
fix: shift delete
2024-06-16 10:27:34 -06:00
Timothy J. Baek
a4810a5e42
refac
2024-06-16 10:24:16 -06:00
Timothy Jaeryang Baek
39c466d542
Merge pull request #3212 from robbie-cahill/patch-1
...
Add host.docker.internal overide for docker dev
2024-06-16 09:07:59 -07:00
Timothy Jaeryang Baek
c8418da8c1
Merge pull request #3217 from theasp/better-body-logging
...
chore: Log API request bodies at debug level
2024-06-16 09:07:22 -07:00
Andrew Phillips
c0c875eae2
Use log.debug() for logging request bodies for the backend API
2024-06-16 12:40:16 -03:00
Andrew Phillips
3eba963d03
Remove redundant logging
2024-06-16 12:38:20 -03:00
Robbie
78a145f181
Add host.docker.internal overide
2024-06-16 21:16:07 +10:00
Timothy Jaeryang Baek
9928114ca8
Merge pull request #3205 from Peter-De-Ath/chat-selectors-dark-mode
...
style: update chat selectors dark mode colors
2024-06-15 22:33:22 -07:00
Timothy J. Baek
e5f4f64102
enh: remove trailing slash
2024-06-15 23:32:12 -06:00
Peter De-Ath
7a98c1750f
enh: update dark mode colors on chat selectors - models
2024-06-16 03:18:15 +01:00
Peter De-Ath
ee279b7976
enh: update dark mode colors on chat selectors
2024-06-16 02:55:27 +01:00
John Karabudak
dbfb6d5993
fixed GitHub actions on usernames with uppercase characters
2024-06-15 22:42:29 -02:30
Timothy J. Baek
1275371e10
fix: md model desc
2024-06-15 10:43:10 -06:00