_00_
f939646364
i18n: en-US correction of num_keep parameter description
...
i18n: en-US correction of num_keep parameter description
Correction of num_keep parameter,
In actual description example is indicated that "last" x tokens will be retained, that is wrong, it have to say "first" x tokens.
Tokens to Keep on Context Refresh (num_keep): Retains part of the previous conversation. It's used when the n_ctx limit is reached. A new prompt will be constructed with the first n_keep characters of the original prompt plus the second half of the output to free up space for more conversation. Example: Keeping 50 first tokens helps the model remember the main topic when refreshing.
https://github.com/open-webui/open-webui/discussions/3794#discussioncomment-12691428
2025-06-19 14:18:15 +02:00
Timothy Jaeryang Baek
a196b9dc26
fix: direct tool servers not displaying
2025-06-19 14:03:36 +04:00
Tim Jaeryang Baek
d6f13bee5e
Merge pull request #15094 from silentoplayz/small-fix
...
fix: sanatizeResponseContent for stop token display
2025-06-18 16:57:27 +04:00
Timothy Jaeryang Baek
1547235d47
refac: chat input object localStorage -> sessionStorage
2025-06-18 16:02:29 +04:00
Tim Jaeryang Baek
34440f95dc
Merge pull request #15093 from silentoplayz/fix-sidebar-drag-and-drop
...
fix: refine folder component's drag-&-drop error handling
2025-06-18 14:04:52 +04:00
Tim Jaeryang Baek
e79f31b9c4
Merge pull request #15029 from Classic298/correct-markdown-rendering-model-descriptions
...
fix: Correct markdown rendering model descriptions
2025-06-18 12:50:31 +04:00
Tim Jaeryang Baek
1d179399f3
Merge pull request #15069 from d2a-pnagel/codex/repareer-fouten-in-nl-vertaalbestand
...
i18n: Fix errors in Dutch translations
2025-06-18 12:49:59 +04:00
Sine Jespersen
3ff5db229b
accessibility: labels and placeholder contrast
2025-06-18 09:50:04 +02:00
Sine Jespersen
27f7df8ad6
accessibility: placeholder contrast on sensitiveinput
2025-06-18 09:50:04 +02:00
Sine Jespersen
bd818b4524
outline on switch button
2025-06-18 09:50:04 +02:00
Sine Jespersen
99b153a132
add aria label to button
2025-06-18 09:50:04 +02:00
Sine Jespersen
d837e6e579
decorative svgs hidden from screen reader
2025-06-18 09:50:04 +02:00
Sine Jespersen
226a7578c6
labels for inputs
2025-06-18 09:50:04 +02:00
Sine Jespersen
f36f943a54
screen readers: label button, and remove decorative svg
2025-06-18 09:50:04 +02:00
Sine Jespersen
3cdefff0d2
change div to h1, as it is the modal header
2025-06-18 09:50:04 +02:00
Tim Jaeryang Baek
e05560a49d
Merge pull request #15072 from PierreMesure/better-swedish-translation-1
...
Better swedish translation 1
2025-06-18 10:59:43 +04:00
Tim Jaeryang Baek
05aaefd8a5
Merge pull request #15085 from qingchunnh/Update_zh-CN-25618
...
i18n: Update & Improve zh-CN
2025-06-18 10:59:09 +04:00
Silentoplayz
3be4fb25cd
fix: add ?
2025-06-18 02:01:21 -04:00
Silentoplayz
d66285f926
chore: add toolIds type
2025-06-18 01:55:43 -04:00
Silentoplayz
35be40c932
chore: add more Settings types in stores
2025-06-18 01:48:34 -04:00
Silentoplayz
898b65a653
fix: sanatizeResponseContent for stop token display
2025-06-18 00:12:11 -04:00
Silentoplayz
b120637127
fix: refine folder component's drag-&-drop error handling
2025-06-17 23:27:45 -04:00
qingchun
70968a6caf
i18n: Update & Improve zh-CN
2025-06-18 01:17:41 +08:00
Pierre
8a169d5c8e
Update Swedish translation
2025-06-17 19:09:38 +02:00
d2a-pnagel
5f82631ae6
Update translation.json
2025-06-17 14:23:53 +02:00
d2a-pnagel
fdeded4a20
Fix obvious typos in Dutch translation
2025-06-17 14:22:46 +02:00
Tim Jaeryang Baek
3b70841a7d
Merge pull request #15049 from silentoplayz/fixopeninnewtab
...
fix: regression for "open in new tab"
2025-06-17 15:27:11 +04:00
Tim Jaeryang Baek
23c679d8db
Merge pull request #15065 from aleixdorca/dev
...
i18n: Update Catalan translation.json
2025-06-17 14:25:53 +04:00
Tim Jaeryang Baek
8a587f9f84
Merge pull request #15066 from bogdanr/dev
...
i18n: Added a few Romanian translations
2025-06-17 14:25:44 +04:00
Timothy Jaeryang Baek
fb26be7dd6
fix: confirm dialog input reset on show
2025-06-17 14:24:23 +04:00
Aleix Dorca
8908e834ac
Update Catalan translation.json
2025-06-17 12:07:06 +02:00
Bogdan Radulescu
098091c95e
Added a few Romanian translations
2025-06-17 12:57:09 +03:00
Tim Jaeryang Baek
e866fba27c
Merge pull request #15059 from d2a-raudenaerde/main
...
i18n Fix a incorrect translation of dutch ("Analyzing" -> from "Analysiseren" to "Analyseren")
2025-06-17 13:23:54 +04:00
Rob Audenaerde
6a613c2dd6
Update translation.json
2025-06-17 10:44:23 +02:00
Tim Jaeryang Baek
4254469a33
Merge pull request #15025 from Mte90/patch-1
...
Italian translation improved
2025-06-17 12:23:28 +04:00
Silentoplayz
354dd3caa9
fix: regression for "open in new tab"
2025-06-16 23:27:16 -04:00
Classic298
beb1f3f7fd
Merge branch 'open-webui:main' into system-prompt-resizing
2025-06-16 21:11:21 +02:00
Classic298
c8c4e1642f
Merge branch 'open-webui:main' into correct-markdown-rendering-model-descriptions
2025-06-16 21:11:18 +02:00
Classic298
135b57ca8e
Update Placeholder.svelte
2025-06-16 20:28:50 +02:00
Classic298
9d37350b97
Update Markdown.svelte
2025-06-16 18:08:20 +02:00
Classic298
4f9ce28a15
Update ChatPlaceholder.svelte
2025-06-16 18:07:30 +02:00
Classic298
9f936a0c19
Update General.svelte
2025-06-16 17:48:45 +02:00
Classic298
85724940ee
Update Controls.svelte
2025-06-16 17:48:00 +02:00
Daniele Scasciafratte
a7772b4b35
Italian translation improved
2025-06-16 17:09:29 +02:00
Timothy Jaeryang Baek
b6ea043d18
chore: format
2025-06-16 17:59:07 +04:00
Timothy Jaeryang Baek
b082a7edbe
enh: allow iframe in content
2025-06-16 17:43:17 +04:00
Timothy Jaeryang Baek
11476eb6ee
chore: format
2025-06-16 17:21:22 +04:00
Tim Jaeryang Baek
7096baff1b
Merge pull request #15021 from rgaricano/dev
...
i18n: es-ES Translation v.0.6.15
2025-06-16 17:19:44 +04:00
Tim Jaeryang Baek
2885ed9648
Merge pull request #15019 from itk-dev/feature/high-contrast-mode-tools-section
...
Feature/high contrast mode tools section
2025-06-16 17:19:30 +04:00
_00_
b13a824047
UPD: es-ES Translation v.0.6.15
...
UPD: es-ES Translation v.0.6.15
2025-06-16 15:06:33 +02:00