Timothy Jaeryang Baek
cd5e2be27b
refac
2025-09-07 05:09:14 +04:00
Timothy Jaeryang Baek
3d37e4a42d
refac
2025-09-07 05:06:03 +04:00
Timothy Jaeryang Baek
7f523de408
refac
2025-09-07 04:27:42 +04:00
Timothy Jaeryang Baek
f2525ebc44
refac
2025-09-07 04:25:52 +04:00
Timothy Jaeryang Baek
1cdb7aed1e
refac/enh: status history
2025-09-07 04:21:46 +04:00
Timothy Jaeryang Baek
16090bc272
refac
2025-09-07 03:01:25 +04:00
Timothy Jaeryang Baek
0a85dd4bca
refac: web search link display
2025-09-07 03:00:28 +04:00
Timothy Jaeryang Baek
33f04a7714
refac: styling
2025-09-07 02:36:32 +04:00
Timothy Jaeryang Baek
9368d0ac75
refac/fix: web search always on setting
2025-09-07 01:15:10 +04:00
Timothy Jaeryang Baek
eb10ff2ae6
refac: rm substandard code
2025-09-07 00:16:07 +04:00
Timothy Jaeryang Baek
955fc5c736
refac: styling
2025-09-06 23:58:49 +04:00
Tim Jaeryang Baek
fe0665605a
Merge pull request #17229 from ShirasawaSama/feat/dynamic-load-heic2any
...
feat: dynamically load heic2any in channel MessageInput
2025-09-06 18:26:57 +04:00
Shirasawa
eb64f7bdb3
feat: dynamically load heic2any in channel MessageInput
2025-09-05 21:34:17 +08:00
Shirasawa
de48a32ea2
feat: improve Chinese translation
2025-09-05 21:26:01 +08:00
Tim Jaeryang Baek
5b3eae3855
Merge pull request #17225 from ShirasawaSama/feat/dynamic-load-heic2any
...
feat: dynamically load heic2any to accelerate initial page loading speed and fix heic convert bug
2025-09-05 16:42:45 +04:00
Shirasawa
a74ec200b3
feat: dynamically load heic2any to accelerate initial page loading speed
2025-09-05 20:07:12 +08:00
Shirasawa
49e045ea3d
feat: dynamically load pdfjs
2025-09-05 17:55:04 +08:00
Timothy Jaeryang Baek
c0a47169fa
refac: emoji picker case sensitivity
2025-09-04 22:10:46 +04:00
Tim Jaeryang Baek
a140cfc521
Merge pull request #17191 from Ithanil/fix_chat_button_text
...
fix: don't clip descending characters on chat buttons + don't capitalize
2025-09-04 20:23:40 +04:00
Tim Jaeryang Baek
ea2f97004b
Merge pull request #17186 from Viruzaum/tooltip-fix
...
fix: remove duplicated tooltip from follow-up
2025-09-04 20:22:59 +04:00
Jan Kessler
a5b781f3d8
prevent clipping of descending glyphs on chat button + don't capitalize
2025-09-04 09:28:16 +02:00
aREversez
5128402282
Update translation.json
2025-09-04 12:32:17 +08:00
Timothy Jaeryang Baek
11dea8795b
refac
2025-09-04 02:56:21 +04:00
Timothy Jaeryang Baek
b70c0f36c0
enh: emoji folder icon
2025-09-04 02:50:50 +04:00
Timothy Jaeryang Baek
e42ee34672
refac
2025-09-03 20:56:25 +04:00
Timothy Jaeryang Baek
71b6a942fe
refac: styling
2025-09-03 20:53:50 +04:00
Timothy Jaeryang Baek
5bdd334b74
enh: azure openai toggle
2025-09-03 20:28:29 +04:00
viruz
6d6794aa85
fix: remove duplicated tooltip from follow-up button in ResponseMessage component
2025-09-03 13:18:45 -03:00
Timothy Jaeryang Baek
1588f42fe7
refac
2025-09-03 20:17:43 +04:00
Timothy Jaeryang Baek
029db5c635
refac: styling
2025-09-03 19:59:27 +04:00
Timothy Jaeryang Baek
b85700f6ca
refac: styling
2025-09-03 19:13:17 +04:00
Timothy Jaeryang Baek
fbbe1117ae
refac/enh: file count in knowledge
2025-09-03 19:00:35 +04:00
Timothy Jaeryang Baek
51fc792501
refac: styling
2025-09-03 18:47:50 +04:00
Timothy Jaeryang Baek
7a166152d9
refac: styling
2025-09-03 18:40:25 +04:00
Timothy Jaeryang Baek
926954f93b
refac: styling
2025-09-03 18:37:25 +04:00
Tim Jaeryang Baek
5a596ae40c
Merge pull request #17180 from Viruzaum/untitled-translation-fix
...
fix/i18n: Fix missing translation of default title of AddTextContentModel
2025-09-03 18:05:56 +04:00
Timothy Jaeryang Baek
66bf28cd85
refac
2025-09-03 15:48:07 +04:00
Timothy Jaeryang Baek
bbe1167958
refac/fix: pyodide import issue
2025-09-03 15:46:42 +04:00
Tim Jaeryang Baek
357a53eb6f
Merge pull request #17147 from anfuerer/dev
...
feat: Azure OpenAI image generation support
2025-09-03 14:12:48 +04:00
Timothy Jaeryang Baek
4ca936f0bf
refac
2025-09-03 13:38:07 +04:00
Tim Jaeryang Baek
0a351580f8
Merge pull request #17137 from acwoo97/feat/knowledge-update-race-condition
...
fix: prevent double-save race by awaiting API calls and adding isSaving guard
2025-09-03 13:36:51 +04:00
viruz
a980af3ca4
fix: update default name to use i18n translation
2025-09-02 15:47:16 -03:00
Andreas Fuerer
df0d29c81c
style: fix formatting issues
2025-09-02 19:16:02 +02:00
Andreas Fuerer
bc6afc9057
feature: Azure OpenAI image generation support
...
The image generation API used on Azure OpenAI requires to specify the API
version by appending an `api-version` query parameter to the endpoint URL.
Added the environment variable `IMAGES_OPENAI_API_VERSION` with
configuration functionality in the administration UI.
2025-09-02 15:51:45 +02:00
Timothy Jaeryang Baek
182408a52e
refac
2025-09-02 17:03:59 +04:00
Chanwoo An
513cab94b1
fix: prevent double-save race by awaiting API calls and adding isSaving guard
2025-09-02 20:53:04 +09:00
Tim Jaeryang Baek
0a535a6fed
Merge pull request #17107 from rgaricano/dev-es_ES
...
UPD: i18n es-ES Translation v.0.6.26
2025-09-01 22:52:14 +04:00
Timothy Jaeryang Baek
f56889c5c7
fix: fillter exception handling
2025-09-01 14:14:20 +04:00
_00_
cef4028c1c
UPD: i18n Translation es-ES v.0.6.27
...
### Update of i18n Translation es-ES v.0.6.27
Added new strings
2025-09-01 09:48:05 +02:00
Tim Jaeryang Baek
3d2fcef28f
Merge pull request #17085 from ShirasawaSama/patch-10
...
fix: fix event binding for composition end in MessageInput
2025-09-01 02:10:04 +04:00