Timothy J. Baek
5b01d7994a
fix: openai notification issue
2024-05-31 14:21:26 -07:00
Timothy J. Baek
5ef478a154
fix: read only compare messages
2024-05-31 14:19:46 -07:00
Timothy J. Baek
cb8c45d864
fix: pipelines
2024-05-31 13:30:12 -07:00
Timothy J. Baek
fc2b314c4f
feat: model ordering
2024-05-31 13:11:04 -07:00
Timothy J. Baek
9c67a94542
refac: styling
2024-05-31 12:26:49 -07:00
Timothy J. Baek
cddbeb023d
feat: model selector tag search
2024-05-31 12:23:29 -07:00
Timothy J. Baek
eca20b1b2c
feat: model tag support
2024-05-31 12:08:25 -07:00
Timothy J. Baek
0cf9b07ec2
refac: model list styling
2024-05-31 11:24:24 -07:00
Timothy J. Baek
9dfa334a83
feat: CURRENT_DATE, USER_NAME prompt variable support
2024-05-31 11:11:28 -07:00
Timothy J. Baek
7674229e3a
feat: chat clone
2024-05-31 10:30:42 -07:00
aguvener
ffcb8da346
fix: incorrect translations fixed and new translations synced
2024-05-31 15:12:07 +03:00
Timothy J. Baek
c999c86c5e
refac
2024-05-31 02:15:41 -07:00
Timothy J. Baek
9283ed1685
feat: hide/unhide model from selector
2024-05-31 02:11:25 -07:00
Timothy J. Baek
995f7bc51b
fix: chat completed
2024-05-30 21:43:10 -07:00
Timothy J. Baek
e1d65065f5
fix
2024-05-30 16:31:55 -07:00
Timothy J. Baek
6922529b78
enh: keep originalContent
2024-05-30 16:23:10 -07:00
Timothy J. Baek
fec51342ca
fix: filter outlet issue with many model chat
2024-05-30 02:37:43 -07:00
Timothy J. Baek
ef8d84296e
feat: pipelines filter outlet
2024-05-30 02:04:29 -07:00
Timothy J. Baek
d9ceb31674
chore: format
2024-05-29 23:33:56 -07:00
Timothy J. Baek
4715160b53
fix: pipelines
2024-05-29 22:41:51 -07:00
Timothy J. Baek
7cec88c776
fix
2024-05-29 22:27:10 -07:00
Timothy J. Baek
340b399fc2
refac: pipelines
2024-05-29 22:18:27 -07:00
Timothy J. Baek
12e60d8ebf
feat: add/delete pipelines
2024-05-29 22:03:22 -07:00
Timothy J. Baek
c1cabf1415
feat: multiple pipelines server support
2024-05-29 21:26:57 -07:00
Timothy J. Baek
2981caa34b
fix: import models
2024-05-29 14:05:46 -07:00
Timothy Jaeryang Baek
5c6373e057
Merge pull request #2645 from jasinliu/patch-1
...
enh: Update the style of ResponseMessage to change the space between paras
2024-05-29 12:46:13 -07:00
Timothy J. Baek
37c87e3a14
fix: model import
2024-05-29 11:12:09 -07:00
Timothy J. Baek
5cf44ac7da
feat: display pipelines server in api settings
2024-05-29 01:36:13 -07:00
Timothy J. Baek
e8d4e03c0d
refac: openai allow empty key
2024-05-29 01:12:25 -07:00
Liu Jiajun
5609b12852
Update ResponseMessage.svelte
2024-05-29 12:47:04 +08:00
Timothy J. Baek
943baad689
feat: allow valve pipelines edit
2024-05-28 18:24:39 -07:00
Timothy J. Baek
2bdfd85137
fix: pipelines setting
2024-05-28 16:12:54 -07:00
Timothy J. Baek
834bdf46be
refac
2024-05-28 15:47:14 -07:00
Timothy J. Baek
2d596d7307
feat: valves full integration
2024-05-28 13:05:31 -07:00
Timothy J. Baek
7c271734a1
fix
2024-05-28 12:36:22 -07:00
Timothy J. Baek
130d15a2fb
feat: pipeline valves
2024-05-28 12:32:49 -07:00
Timothy J. Baek
0bef1b44c0
feat: pipeline valves
2024-05-28 12:04:19 -07:00
Timothy J. Baek
b870fd1118
fix: task model options
2024-05-27 22:24:48 -07:00
Timothy Jaeryang Baek
abce172b9d
Merge pull request #2602 from cheahjs/feat/openai-usage-stats
...
feat: add OpenAI generation stats
2024-05-27 15:26:00 -07:00
Timothy Jaeryang Baek
9d370c51e2
Merge pull request #2612 from arkohut/support-py-for-run-code
...
feat: support py Python for code execution
2024-05-27 15:15:48 -07:00
Timothy J. Baek
e2e96b5776
refac: citations styling
2024-05-27 15:10:38 -07:00
Timothy J. Baek
5de2b00064
refac: styling
2024-05-27 15:01:55 -07:00
Timothy J. Baek
66734a7080
refac: styling
2024-05-27 14:58:10 -07:00
Timothy J. Baek
4d64893661
refac: styling
2024-05-27 14:55:08 -07:00
Timothy J. Baek
74a8deb19f
refac
2024-05-27 14:25:36 -07:00
Timothy J. Baek
f3527df644
refac: styling
2024-05-27 13:22:24 -07:00
Timothy J. Baek
4685f523b6
refac
2024-05-27 12:48:08 -07:00
arkohut
5166e92f90
Merge branch 'dev' into support-py-for-run-code
2024-05-28 01:05:15 +08:00
arkohut
b443d61c6f
feat: support py Python for code execution
2024-05-28 00:57:36 +08:00
Jun Siang Cheah
99b1661638
feat: add OpenAI generation stats
2024-05-27 10:11:53 +01:00
Timothy Jaeryang Baek
bced90734b
Merge branch 'websearch' into feat/backend-web-search
2024-05-26 23:40:05 -07:00
Timothy J. Baek
b6b71c08f3
fix: styling
2024-05-26 23:28:52 -07:00
Timothy J. Baek
47a9a2a190
refac: default model moved to admin settings
2024-05-26 23:04:54 -07:00
Timothy J. Baek
f2285f29b7
refac: save only to db
2024-05-26 22:52:29 -07:00
Timothy Jaeryang Baek
ee913cb6e8
Merge pull request #2597 from que-nguyen/dev
...
Fix errors and improve the Vietnamese translation
2024-05-26 22:49:30 -07:00
Timothy J. Baek
ccbafca74c
feat: save user settings to db
2024-05-26 22:47:42 -07:00
Que Nguyen
fab3f7fb1a
Fix errors and improve the Vietnamese translation
2024-05-27 11:36:37 +07:00
Timothy J. Baek
9d4c07b76a
fix: styling
2024-05-26 18:05:49 -07:00
Timothy J. Baek
3b6acaa513
fix: styling
2024-05-26 17:47:37 -07:00
Timothy J. Baek
225ec3d174
refac: hide banners if models > 1
2024-05-26 17:03:35 -07:00
Timothy J. Baek
b7fc37d992
fix: spinner
2024-05-26 15:21:08 -07:00
Timothy J. Baek
9fb6160010
fix: styling
2024-05-26 13:06:26 -07:00
Timothy J. Baek
0c04b18f36
refac
2024-05-26 13:02:40 -07:00
Timothy Jaeryang Baek
78dedb3389
Merge branch 'dev' into feat/disable-community-sharing
2024-05-26 10:00:51 -10:00
Timothy J. Baek
efedd39db1
refac: styling
2024-05-26 12:55:33 -07:00
Timothy J. Baek
36f92164cd
refac: styling
2024-05-26 12:53:45 -07:00
Timothy J. Baek
a8e3d80256
chore: format
2024-05-26 12:46:06 -07:00
Timothy J. Baek
e8a3fe2e07
refac: styling
2024-05-26 12:41:47 -07:00
Timothy J. Baek
d77657f0d0
refac: only show banners in landing
2024-05-26 12:39:48 -07:00
Timothy J. Baek
ecfc057f25
refac: banners dismissible by default
...
Co-Authored-By: Jun Siang Cheah <me@jscheah.me>
2024-05-26 12:36:51 -07:00
Timothy J. Baek
fd98add6aa
refac: styling
...
Co-Authored-By: Jun Siang Cheah <me@jscheah.me>
2024-05-26 12:32:57 -07:00
Timothy J. Baek
242d4f0c8d
feat: banners
...
Co-Authored-By: Jun Siang Cheah <me@jscheah.me>
2024-05-26 12:18:43 -07:00
Jun Siang Cheah
e06417f0aa
feat: add admin ui for toggling community sharing
2024-05-26 17:23:24 +01:00
Jun Siang Cheah
ccff221921
refac: run admin general settings fetches in parallel
2024-05-26 17:12:52 +01:00
Jun Siang Cheah
1235714914
feat: add ENABLE_COMMUNITY_SHARING
2024-05-26 17:10:25 +01:00
Jun Siang Cheah
6c5f5fe368
refac: move ui flags into feature flags
2024-05-26 17:05:26 +01:00
Jun Siang Cheah
276b7b90b8
Merge remote-tracking branch 'upstream/dev' into feat/backend-web-search
2024-05-26 11:31:23 +01:00
Jun Siang Cheah
aba6308825
Merge remote-tracking branch 'upstream/dev' into feat/include-git-hash-everywhere
2024-05-26 11:27:02 +01:00
Timothy J. Baek
7b81271b9e
refac: hide signup when ENABLE_SIGNUP false
2024-05-26 03:13:13 -07:00
Timothy J. Baek
83107c8ea5
feat: archive all
2024-05-26 02:54:35 -07:00
Timothy J. Baek
bf8c32f09f
refac: admin panel
2024-05-26 02:43:52 -07:00
Timothy J. Baek
d9de426fcd
feat: export all archived chats
2024-05-26 02:22:46 -07:00
Timothy J. Baek
e20bb23409
feat: access archived chats as admin
2024-05-26 02:00:31 -07:00
Timothy J. Baek
62d37f1f10
refac
2024-05-26 01:48:18 -07:00
Jun Siang Cheah
4fdb26fdc4
refac: rename build hash vars
2024-05-26 08:49:30 +01:00
Timothy Jaeryang Baek
6e89a481be
Merge pull request #2180 from austenadler/dev
...
Always open links in chat in a new tab
2024-05-25 21:32:39 -10:00
Timothy J. Baek
f755f5e512
feat: model search support
2024-05-25 23:52:17 -07:00
Timothy J. Baek
1ab01170b9
refac: loading
2024-05-25 16:26:25 -07:00
Timothy J. Baek
79f440f302
refac: byebye litellm
2024-05-25 14:43:35 -07:00
Timothy J. Baek
6c8997fcbc
fix
2024-05-25 14:24:00 -07:00
Timothy J. Baek
9ad4a93876
fix: ollama settings
2024-05-25 14:08:41 -07:00
Timothy J. Baek
afcab78cab
fix: models
2024-05-25 13:48:45 -07:00
Jun Siang Cheah
b1265c9c34
Merge remote-tracking branch 'upstream/dev' into feat/backend-web-search
2024-05-25 14:55:49 +01:00
Kubik
b936c9bff7
Tabs back (idk my editor changed it to spaces)
2024-05-25 14:40:42 +03:00
Kubik
b6474aa02d
Hopefully no conflicts here
2024-05-25 14:34:05 +03:00
Timothy J. Baek
1b5dfb3aac
chore: format
2024-05-25 02:50:29 -07:00
Timothy J. Baek
a6af20e1eb
fix: codeblock rendering issue
2024-05-25 02:47:09 -07:00
Timothy J. Baek
42dcf1b08c
refac: stop param
2024-05-25 02:26:26 -07:00
Timothy J. Baek
7d2ab168f1
refac: repeat_penalty renamed to frequency_penalty
2024-05-25 02:04:47 -07:00
Jun Siang Cheah
a579f5f8cf
feat: add git hash of build everywhere
2024-05-25 09:19:49 +01:00
Timothy J. Baek
bd6ccf8c15
refac: num_predict renamed to max_tokens
2024-05-25 00:58:20 -07:00
Timothy J. Baek
1aa33a4667
refac
2024-05-25 00:44:21 -07:00
Timothy J. Baek
fad07d2049
feat: import models
2024-05-25 00:36:08 -07:00
Timothy J. Baek
331941dbc1
feat: show desc in model selector
2024-05-25 00:19:26 -07:00
Timothy J. Baek
1fb4c60233
fix: playground
2024-05-25 00:02:17 -07:00
Timothy J. Baek
0715cd2811
feat: model capabilities
2024-05-24 23:34:58 -07:00
Timothy J. Baek
83097cd8be
refac: remove modelfiles completely
2024-05-24 22:40:36 -07:00
Timothy J. Baek
c8393db97c
fix
2024-05-24 22:29:26 -07:00
Timothy J. Baek
ce3d582e61
refac: responseMessage
2024-05-24 22:28:32 -07:00
Timothy J. Baek
dac9634242
feat: create model
2024-05-24 22:21:57 -07:00
Timothy J. Baek
ca3108a54d
refac
2024-05-24 20:29:13 -07:00
Timothy J. Baek
e316abcfc8
refac: better migration script
2024-05-24 19:26:27 -07:00
Timothy J. Baek
8bca17ee1d
refac
2024-05-24 18:32:48 -07:00
Timothy J. Baek
708d755eda
feat: model update
2024-05-24 18:26:36 -07:00
Timothy J. Baek
468c6398cd
feat: unified models integration
2024-05-24 03:02:56 -07:00
Timothy J. Baek
e80e4c304a
refac
2024-05-24 02:17:48 -07:00
Timothy J. Baek
110ed67468
feat: unified /models endpoint
2024-05-24 01:40:48 -07:00
Timothy J. Baek
4d57e08b38
feat: modelfiles to models
2024-05-24 00:26:00 -07:00
Timothy J. Baek
7d159ca723
fix: styling
2024-05-22 23:34:29 -07:00
Timothy J. Baek
bfdf4f7a8a
refac: #2506
2024-05-22 22:05:13 -07:00
Timothy Jaeryang Baek
f34fd3fbe1
Merge pull request #2140 from cheahjs/feat/model-config
...
feat: configurable model name, description and vision capability
2024-05-22 14:03:54 -10:00
Jun Siang Cheah
60433856a2
Merge remote-tracking branch 'upstream/dev' into feat/backend-web-search
2024-05-22 22:28:45 +01:00
Timothy Jaeryang Baek
1c2c244041
Merge branch 'dev' into feature/translation-fixes-croatian
2024-05-22 09:41:53 -10:00
Timothy Jaeryang Baek
f8e77ea129
Merge pull request #2490 from reiebrole30/dev
...
Dev: Added Cebuano Translation
2024-05-22 09:41:23 -10:00
Rei Ebrole
c7027f11d6
Update languages.json
...
Removed duplicate entry of ceb-PH in the lang code json
2024-05-23 02:32:42 +08:00
root
ffd157d80c
adding Cebuano translation
...
Merge remote-tracking branch 'fork/main'
2024-05-22 10:07:04 +00:00
Rei Ebrole
b4d737c2ff
Update languages.json
2024-05-22 18:00:21 +08:00
root
482d615950
Added Cebuano
2024-05-22 09:57:47 +00:00
Timothy Jaeryang Baek
8df0429c99
Merge branch 'dev' into feat/model-config
2024-05-21 21:37:04 -10:00
Timothy J. Baek
59602eea09
chore: format
2024-05-22 00:02:20 -07:00
Timothy J. Baek
21ca55dd30
feat: toggleable ollama
2024-05-21 23:58:42 -07:00
sime2408
ab1aeba1dd
translation to croatian fixes
2024-05-22 08:08:30 +02:00
Yanyutin753
bf614068c0
feat make stronger
2024-05-22 09:35:59 +08:00
Timothy J. Baek
0cc4366f70
fix
2024-05-21 17:47:53 -07:00
Timothy J. Baek
cc47e63526
fix: chat refac
2024-05-21 17:42:39 -07:00
Jun Siang Cheah
f21c8626d6
refac: switch to meta and params, remove source
2024-05-21 22:05:16 +01:00
Jun Siang Cheah
7ccef3e77a
Merge remote-tracking branch 'upstream/dev' into feat/model-config
2024-05-21 19:17:42 +01:00
Timothy Jaeryang Baek
34253d216a
Merge pull request #2469 from cheahjs/refac/consolidate-chat-into-single-component
...
refac: consolidate chat logic into single component
2024-05-21 07:58:08 -10:00
Timothy J. Baek
2e16fe9f85
Update languages.json
2024-05-21 10:56:50 -07:00
Timothy J. Baek
3878a09095
Update languages.json
2024-05-21 10:55:35 -07:00
Timothy Jaeryang Baek
3aa201b7d5
Merge pull request #2416 from Yanyutin753/tem-trans
...
⭐ Organizes almost all languages and completes those without translations
2024-05-21 07:51:51 -10:00
Jun Siang Cheah
6d237999dc
fix: formatting
2024-05-21 18:46:03 +01:00
Timothy Jaeryang Baek
b089986248
Merge pull request #2432 from cheahjs/feat/a1111-integration-test
...
ci: add image gen with automatic1111 to integration test
2024-05-21 07:36:33 -10:00
Timothy Jaeryang Baek
5d384272b7
Merge pull request #2433 from kroonen/dev
...
[fix] memory window is masked
2024-05-21 07:34:18 -10:00
Jun Siang Cheah
5eb9b00f8d
refac: consolidate chat logic into single component
2024-05-21 18:30:31 +01:00
Timothy J. Baek
8fc64e45b9
refac: styling
2024-05-21 10:16:35 -07:00
Aly Salah
87982fcab3
Fixed several translations and filled in most empty ones.
2024-05-21 21:48:13 +08:00
Yanyutin753
968df25f35
fix Format & Build Frontend
2024-05-21 12:14:37 +08:00
Yanyutin753
4f0b6e39a8
feat sort by the first letter of the language
2024-05-21 12:03:35 +08:00
Yanyutin753
51b6f0d490
optimize some details
2024-05-21 10:47:07 +08:00
Yanyutin753
7d5a7c6194
optimize some details
2024-05-21 10:44:55 +08:00
Timothy J. Baek
23859756d8
fix: >:(
2024-05-20 19:20:49 -07:00
Yanyutin753
9ee2f98a6a
optimize traditional Chinese
2024-05-21 10:14:51 +08:00
Yanyutin753
88ee3a4205
optimize and complete the languages.json
2024-05-21 10:09:21 +08:00
Jun Siang Cheah
a937f6504a
feat: add image gen with automatic1111 to integration test
2024-05-20 23:03:05 +01:00
Robin Kroonen
33195b1c4b
Update ManageModal.svelte
...
removed max-h-[22rem] to correct a bug in the UI/UX
2024-05-20 17:55:33 -04:00
Jun Siang Cheah
224a578e6b
Merge remote-tracking branch 'upstream/dev' into feat/backend-web-search
2024-05-20 19:53:23 +01:00
Jun Siang Cheah
eb509c460a
Merge remote-tracking branch 'origin/dev' into feat/backend-web-search
2024-05-20 18:01:29 +01:00
Yanyutin753
97e6c2ac04
Fixed the Ukrainian translation
2024-05-21 00:59:22 +08:00
Timothy J. Baek
322db31dc9
fix: rag
2024-05-20 07:22:43 -07:00
Yanyutin753
6e6b1382ef
optimize tranditional Chinese
2024-05-20 18:31:33 +08:00
Yanyutin753
5437d90a25
Fix Format & Build Frontend
2024-05-20 18:13:15 +08:00
Yanyutin753
baddd68741
translate all fr-CA
2024-05-20 18:07:57 +08:00
Yanyutin753
936401b456
translate all es-ES
2024-05-20 17:54:29 +08:00
Yanyutin753
f680817386
translate all fa-IR
2024-05-20 17:54:29 +08:00
Yanyutin753
9e23a3bde7
translate all fr-FR
2024-05-20 17:54:29 +08:00
Yanyutin753
a626796650
translate all he-IL
2024-05-20 17:54:29 +08:00
Yanyutin753
04c2db430d
translate all ca-ES
2024-05-20 17:54:29 +08:00
Yanyutin753
23fef594fe
translate all bn-BD
2024-05-20 17:54:29 +08:00
Yanyutin753
1ad8746f69
translate all bg-BG
2024-05-20 17:54:29 +08:00
Yanyutin753
60df8a6203
translate all hi-IN
2024-05-20 17:54:29 +08:00
Yanyutin753
92f46faf6e
translate all ja-JP
2024-05-20 17:54:29 +08:00
Yanyutin753
d203a2a7c6
translate all ka-GE
2024-05-20 17:54:28 +08:00
Yanyutin753
5b96939342
translate all nl-NL
2024-05-20 17:54:28 +08:00
Yanyutin753
2684ef64c7
translate all ko-KR
2024-05-20 17:54:28 +08:00
Yanyutin753
8aef3934c4
translate all de-DE and fi-FI
2024-05-20 17:54:28 +08:00
Yanyutin753
0d43d9ef3a
translate all pt-BR
2024-05-20 17:54:28 +08:00
Yanyutin753
e337c7827b
translate all pt-PT
2024-05-20 17:54:28 +08:00
Yanyutin753
62b886a030
translate all ru-RU
2024-05-20 17:54:28 +08:00
Yanyutin753
f83dee792a
translate all in hr-HR, It-IT and It-LT
2024-05-20 17:54:28 +08:00
Yanyutin753
a354d6043b
translate all pa-IN and pl-PL
2024-05-20 17:54:28 +08:00
Yanyutin753
20b9e2abd8
translate all sv-SE
2024-05-20 17:54:28 +08:00
Yanyutin753
02a0a599ff
translate all sr-RS and tr-TR
2024-05-20 17:54:28 +08:00
Yanyutin753
314bd28d21
translate all uk-UA
2024-05-20 17:54:28 +08:00
Yanyutin753
9fdaece415
translate all vi-VN
2024-05-20 17:54:28 +08:00
Yanyutin753
9d1013748f
translate ar-BH, zh-CN,and zh-TW
2024-05-20 17:54:28 +08:00
Jun Siang Cheah
1a16f8fb1c
Merge remote-tracking branch 'origin/dev' into feat/model-config
2024-05-20 09:02:41 +01:00
Timothy J. Baek
b088b06575
refac
2024-05-19 15:45:57 -07:00
Timothy J. Baek
ab271c82ee
Update ProfileImage.svelte
2024-05-19 13:24:46 -07:00
Timothy J. Baek
0260c714d9
refac
2024-05-19 13:11:56 -07:00
Timothy Jaeryang Baek
009e85d56e
Merge pull request #2394 from Yanyutin753/tem-tran
...
⭐ add translations in shortcut
2024-05-19 09:20:55 -10:00
Timothy J. Baek
4922b65753
Update Personalization.svelte
2024-05-19 11:51:32 -07:00
Timothy J. Baek
8163902ad1
fix: styling
2024-05-19 11:43:13 -07:00
Yanyutin753
0f4492114f
fix Fomat & Build Frontend
2024-05-20 01:11:50 +08:00
Yanyutin753
bb6b363875
⭐ add translations in shortcut
2024-05-20 01:11:50 +08:00
Timothy J. Baek
e36be75754
Update CodeBlock.svelte
2024-05-19 10:07:43 -07:00
Timothy J. Baek
5961fc84f4
feat: seaborn added to pyodide
...
Co-Authored-By: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com>
2024-05-19 09:46:43 -07:00
Timothy J. Baek
6139d775ef
feat: clear memory
2024-05-19 09:26:24 -07:00
Timothy J. Baek
5b08dc56af
chore: format
2024-05-19 09:01:48 -07:00
Timothy J. Baek
febab58821
feat: memory integration
2024-05-19 08:40:46 -07:00
Timothy J. Baek
2638ae6a93
chore: format
2024-05-19 08:15:44 -07:00
Timothy J. Baek
a8c4588fb5
feat: memory integration
2024-05-19 08:14:04 -07:00
Timothy J. Baek
1fb5ef99e2
refac
2024-05-19 07:40:54 -07:00
Timothy J. Baek
ae35c68956
refac: styling
2024-05-19 07:37:14 -07:00
Timothy J. Baek
9ff74038b5
refac: styling
2024-05-19 07:32:19 -07:00
Jun Siang Cheah
197af1264d
fix: remove stray debug log
2024-05-19 22:15:27 +08:00
Timothy J. Baek
8c64f0627c
fix: styling
2024-05-19 07:05:38 -07:00
Jun Siang Cheah
715a4a6c27
Merge remote-tracking branch 'upstream/dev' into feat/model-config
2024-05-19 22:01:33 +08:00
Timothy J. Baek
82bd1eb155
refac
2024-05-19 06:51:21 -07:00
Timothy J. Baek
120f8d7786
refac: regenerate behaviour
2024-05-19 05:53:43 -07:00
Timothy Jaeryang Baek
123620bcc4
Merge branch 'dev' into dev
2024-05-19 02:36:18 -10:00
Timothy J. Baek
dbdf83c55f
refac: styling
2024-05-19 05:22:09 -07:00
Timothy J. Baek
066789d423
refac: pyodide worker error handling
2024-05-19 05:19:48 -07:00
Timothy J. Baek
78cbdbc63f
fix: code block execution
2024-05-19 05:16:31 -07:00
Timothy J. Baek
d2249921aa
refac: styling
2024-05-19 05:06:13 -07:00
Timothy J. Baek
f8815b0749
chore: format
2024-05-19 05:01:57 -07:00
Timothy J. Baek
68104358d0
fix: many model regeneration
2024-05-19 05:01:29 -07:00
Timothy J. Baek
676a4dffd0
feat: many model interaction ui
2024-05-19 04:46:35 -07:00
Yanyutin753
c5f13cfdda
⭐ Expend upload image file types
2024-05-19 19:10:00 +08:00
Jun Siang Cheah
fa4c22492f
feat: add warning icon to images when some models are not vision capable
2024-05-19 18:57:13 +08:00
Jun Siang Cheah
4002ead6af
feat: store model configs in the database
2024-05-19 18:46:24 +08:00
Que Nguyen
99dd81d700
"Fixed translation errors in Vietnamese locale file
...
Fixed translation errors in Vietnamese locale file locales/vi-VN/translation.json.
2024-05-19 16:24:40 +07:00
Timothy J. Baek
22d23afbaf
feat: memory ui frontend
2024-05-19 00:17:40 -07:00
Timothy J. Baek
b521a06b5f
fix: styling
...
Co-Authored-By: Jannik S. <69747628+jannikstdl@users.noreply.github.com>
2024-05-19 00:14:23 -07:00
Марко М. Костић (Marko M. Kostić)
3cd0141957
Update Serbian translation
2024-05-19 09:02:30 +02:00
Jun Siang Cheah
1bacd5d93f
Merge branch 'dev' into feat/model-config
2024-05-19 13:13:17 +08:00
Timothy J. Baek
9a92ae78c8
fix: hide show username interface option
2024-05-18 16:11:28 -07:00
Timothy J. Baek
1e6ddb2fb3
chore: format
2024-05-18 15:02:47 -07:00
Timothy J. Baek
1b6700425a
fix
2024-05-18 14:29:39 -07:00
Timothy J. Baek
8766d2699a
refac: include packages
2024-05-18 14:28:16 -07:00
Timothy J. Baek
a8b92e5e9d
fix: display username in shared chats
2024-05-18 14:19:48 -07:00
Timothy J. Baek
75491b2f87
fix: rtl styling
2024-05-18 14:04:35 -07:00
Timothy Jaeryang Baek
9e60d03911
Merge pull request #2318 from idomamia/feat/rtl-layout-chat-support
...
Add RTL layout chat support
2024-05-18 10:57:35 -10:00
Timothy Jaeryang Baek
04925407b2
Merge pull request #2369 from kostich/main
...
Adds the Serbian translation
2024-05-18 10:54:40 -10:00
Timothy J. Baek
a121ae2c5d
chore: format
2024-05-18 13:54:13 -07:00
Timothy Jaeryang Baek
86eafdf5e4
Merge pull request #2370 from sime2408/feature/translation-croatian
...
translation to croatian
2024-05-18 10:47:41 -10:00
Timothy Jaeryang Baek
12d59b6184
Merge pull request #2366 from cheahjs/refac/pyscript-npm
...
refac: fetch pyodide deps at build time, not checked into git
2024-05-18 10:47:34 -10:00
sime2408
719a8a9327
translation to croatian
2024-05-18 21:31:44 +02:00
Марко М. Костић (Marko M. Kostić)
b8b9cab529
More fixes
2024-05-18 17:29:41 +02:00
Марко М. Костић (Marko M. Kostić)
8a0fa0b493
Fix translation
2024-05-18 17:27:40 +02:00
Марко М. Костић (Marko M. Kostić)
0176edd4c7
Initial Serbian Translation
2024-05-18 14:56:08 +02:00
Jun Siang Cheah
f9587032de
fix: case insensitive model search
2024-05-18 19:59:29 +08:00
Марко М. Костић (Marko M. Kostić)
4e43d31604
Initial new translation
2024-05-18 13:39:48 +02:00
Ido Henri Mamia
27c59d985f
Merge branch 'dev' into feat/rtl-layout-chat-support
2024-05-18 13:58:53 +03:00
Jun Siang Cheah
781c904c91
refac: fetch pyodide deps at build time, not checked into git
2024-05-18 14:30:42 +08:00
Timothy Jaeryang Baek
3890ea1490
Merge pull request #2240 from justinh-rahb/i18n-punjabi
...
Add Punjabi (India) language
2024-05-17 08:18:00 -10:00
Timothy J. Baek
af5b2ddb01
fix: typo
2024-05-17 11:17:17 -07:00
Timothy J. Baek
5b2369da5d
fix : #2332
2024-05-17 10:56:16 -07:00
Timothy J. Baek
fa54eb687e
refac: switch styling
2024-05-17 10:45:50 -07:00
Timothy J. Baek
cdbabdfa5a
refac
2024-05-17 10:30:22 -07:00
Justin Hayes
400deb90b4
Reverting to mispelling from source
2024-05-17 10:55:23 -04:00
Justin Hayes
2c44443f93
Added new strings
2024-05-17 10:52:23 -04:00
Ido Henri Mamia
e5d574307e
Merge branch 'dev' of https://github.com/open-webui/open-webui into feat/rtl-layout-chat-support
2024-05-17 13:04:03 +03:00
Ido Henri Mamia
92c694e8ac
Fix arrows to be in LTR layout for all layouts
2024-05-17 13:00:31 +03:00
Timothy J. Baek
6e19e46b07
refac: styling
2024-05-16 23:20:21 -10:00
Timothy J. Baek
aa9f3d0632
refac: styling
2024-05-16 23:19:31 -10:00
Timothy J. Baek
85b2a63b6d
fix: matplotlib
2024-05-16 23:15:39 -10:00
Timothy J. Baek
ef300248ba
feat: matplotlib support
2024-05-16 22:54:37 -10:00
Timothy J. Baek
548160c739
refac: time limit to 60sec
2024-05-16 22:39:46 -10:00
Timothy J. Baek
a4630a9825
feat: code execution time limit
2024-05-16 22:39:07 -10:00
Timothy J. Baek
c7221983a5
fix: input prompt message
2024-05-16 21:09:53 -10:00
Timothy J. Baek
c7e1d3dbc7
fix
2024-05-16 21:03:59 -10:00
Timothy J. Baek
5e3c801c44
refac: no output
2024-05-16 20:53:50 -10:00
Timothy J. Baek
b27b035caa
refac: disable run button when code is running
2024-05-16 20:47:13 -10:00
Timothy J. Baek
302a17b3ed
feat: code input support
2024-05-16 20:35:25 -10:00
Timothy J. Baek
01a656cc80
feat: numpy, pandas support
2024-05-16 20:25:55 -10:00
Timothy J. Baek
6dedf9885f
fix: code execution error handling
2024-05-16 19:30:09 -10:00
Timothy J. Baek
4efb8638ff
refac
2024-05-16 19:22:10 -10:00
Timothy J. Baek
8f8ce26948
refac: migrated to pyodide from pyscript
2024-05-16 19:21:08 -10:00
Timothy J. Baek
0a9092156c
chore: format
2024-05-16 18:21:19 -10:00
Timothy J. Baek
18a7634f5c
fix: python code execution
2024-05-16 18:05:43 -10:00
Timothy J. Baek
325fd2b97b
refac: styling
2024-05-16 17:55:27 -10:00
Timothy J. Baek
1140036f20
feat: python error handling
2024-05-16 17:55:07 -10:00
Timothy J. Baek
58a13aec7e
feat: python code execution
2024-05-16 17:49:28 -10:00
Jun Siang Cheah
0665703401
Merge branch 'dev' into feat/model-config
2024-05-17 11:41:37 +08:00
Timothy J. Baek
ba61f87a2f
feat: settings personalization tab ui
2024-05-16 14:25:48 -10:00
Ido Henri Mamia
34dd32d48f
Merge branch 'dev' of https://github.com/open-webui/open-webui into feat/rtl-layout-chat-support
2024-05-17 01:22:46 +03:00
Ido Henri Mamia
3f4eb6caa2
Merge branch 'dev' of https://github.com/open-webui/open-webui into feat/rtl-layout-chat-support
2024-05-17 01:22:23 +03:00
Ido Henri Mamia
2e77ad87cc
Make the margin and avatar support both LTR and RTL
2024-05-16 23:29:33 +03:00
Ido Henri Mamia
97f1d1665a
Add to the i18n the chat direction text
2024-05-16 23:28:44 +03:00
Ido Henri Mamia
4ccb5d39c7
Code blocks should be in LTR layout for all layouts
2024-05-16 23:27:33 +03:00
Ido Henri Mamia
16b218e686
Add layout direction to all the chat components
2024-05-16 23:26:36 +03:00
Ido Henri Mamia
a3a832a935
Add chat direction toggle button in the interface settings
2024-05-16 23:22:30 +03:00
Austen Adler
c9799991f2
Also replace > with >
2024-05-16 16:18:42 -04:00
Ido Henri Mamia
9c389df727
Add chat direction to the settings store
2024-05-16 23:14:54 +03:00
Timothy J. Baek
e29a999dc9
fix: add user modal error handling
2024-05-15 19:01:02 -10:00
Jun Siang Cheah
b95027f182
feat: add searched urls to document
2024-05-16 11:47:53 +08:00
Jun Siang Cheah
9021f068b8
Merge remote-tracking branch 'origin/dev' into feat/backend-web-search
2024-05-16 11:36:53 +08:00
Justin Hayes
b423e442d7
run i18next-parser
2024-05-15 23:23:29 -04:00
Justin Hayes
d7ce488c42
Add newline
2024-05-15 23:12:46 -04:00
Justin Hayes
e7a7caf911
Add pa-IN to languages.json
2024-05-15 23:12:45 -04:00
Justin Hayes
4a549f0c76
Add Punjabi (India) translations
2024-05-15 23:12:45 -04:00
Timothy Jaeryang Baek
e979584298
Merge pull request #2296 from ChasLui/dev
...
feat: Add Chinese Simplified Translation
2024-05-15 17:06:56 -10:00
ChasLui
630c4d8bc6
fix: i18n zh-CN
2024-05-16 11:02:27 +08:00
Timothy J. Baek
e6d20df463
refac: styling
2024-05-15 16:42:55 -10:00
Timothy J. Baek
de0f31680c
Update General.svelte
...
#2292
2024-05-15 15:24:57 -10:00
Timothy J. Baek
967277f1d5
refac: styling
2024-05-15 12:55:13 -10:00
Timothy J. Baek
f7fcf95689
Update UserMessage.svelte
...
c
2024-05-15 12:42:43 -10:00
Timothy J. Baek
f2378be6f9
feat: toggleable chat bubble
2024-05-15 12:39:41 -10:00
Timothy Jaeryang Baek
9381113f60
Update Menu.svelte
2024-05-15 13:40:25 -05:00
Timothy Jaeryang Baek
85dbdd23fc
Merge branch 'dev' into fix/share-chat-reactive-loop
2024-05-15 08:38:59 -10:00
Timothy Jaeryang Baek
ea812a3bb8
Merge pull request #2281 from cheahjs/fix/settings-cypress
...
fix: settings cypress test after style changes
2024-05-15 08:34:17 -10:00
Timothy J. Baek
240cbda06c
fix: draggable items in sidebar
2024-05-15 08:27:52 -10:00
Timothy J. Baek
d4c193060e
fix: styling
2024-05-15 08:20:36 -10:00
Timothy J. Baek
7d62993007
refac: healthcheck endpoint
2024-05-15 08:17:18 -10:00
Timothy J. Baek
8f5c671e4c
refac: sidebar breakpoint
2024-05-15 08:13:14 -10:00
Jun Siang Cheah
8d4c9c77bf
fix: settings cypress test after style changes
2024-05-15 23:49:26 +08:00
Timothy J. Baek
b263e24e56
refac: styling
2024-05-15 00:19:10 -10:00
Timothy J. Baek
290b4e56c8
fix: styling
2024-05-14 23:57:32 -10:00
Timothy J. Baek
cf9dbea370
fix: styling
2024-05-14 23:50:50 -10:00
Timothy J. Baek
0722e4b690
refac: user message styling
2024-05-14 23:45:27 -10:00
Timothy J. Baek
308a2e1de0
refac: styling
2024-05-14 22:22:15 -10:00
Timothy J. Baek
13019acce6
refac: styling
2024-05-14 22:09:32 -10:00
Timothy J. Baek
aaaef3efd8
fix: unselectable sidebar
...
Co-Authored-By: Javier Leandro Arancibia <arancibiajav@gmail.com>
Co-Authored-By: Maksym Dmukhovskyy <25328501+maxdyy@users.noreply.github.com>
2024-05-14 21:29:22 -10:00
Timothy J. Baek
5079d5ec87
refac: styling
2024-05-14 21:26:54 -10:00
Timothy J. Baek
1d98099099
refac: admin panel styling
2024-05-14 20:48:46 -10:00
Timothy J. Baek
e9decf2dda
refac: styling
2024-05-14 20:31:22 -10:00
Timothy J. Baek
210456e424
refac: styling
2024-05-14 20:21:22 -10:00
Timothy J. Baek
c45bb64de7
refac: styling
2024-05-14 20:16:22 -10:00
Jonathan Rohde
ea6f1a0e57
Merge branch 'dev' into fix/share-chat-reactive-loop
2024-05-15 07:59:45 +02:00
Timothy J. Baek
a57a01a598
refac: navbar styling
2024-05-14 14:50:24 -10:00
Timothy J. Baek
170361c27e
refac: styling
2024-05-14 14:39:48 -10:00
Timothy J. Baek
c489d473b9
refac: styling
2024-05-14 14:38:37 -10:00
Timothy J. Baek
de75679ffb
fix: sidebar model selector issue
2024-05-14 12:26:53 -10:00
Timothy J. Baek
ad67339426
fix: sidebar
2024-05-14 12:17:56 -10:00
Timothy J. Baek
d88cc6007c
refac: styling
2024-05-14 12:15:01 -10:00
Timothy J. Baek
370f182430
refac: styling
2024-05-14 12:11:57 -10:00
Timothy J. Baek
39fdd95a0c
refac: styling
2024-05-14 12:09:30 -10:00
Timothy Jaeryang Baek
e6ff5af38a
Merge pull request #2267 from maxdyy/fix/it-translation-update
...
fix: added missing translations for italian it-IT
2024-05-14 08:41:13 -10:00
Timothy Jaeryang Baek
564a3a293f
Merge branch 'dev' into fix/handlebars-harden
2024-05-14 08:21:26 -10:00
Maksym Dmukhovskyy
9ad4605e57
fix: added missing translations for italian
2024-05-14 20:56:04 +04:00
Jonathan Rohde
33b9629164
fix: prevent loop when fetching shared chat id
2024-05-14 16:19:37 +02:00
Jun Siang Cheah
f94690386c
chore: formatting
2024-05-14 14:18:01 +08:00
Jun Siang Cheah
5e1c408937
Merge branch 'dev' into feat/backend-web-search
2024-05-14 14:03:23 +08:00
Timothy Jaeryang Baek
edbe5673c5
Merge branch 'dev' into main
2024-05-13 14:33:51 -10:00
HAMAD ABDULLA
1114f9625b
Update translation.json
2024-05-14 01:59:17 +03:00
HAMAD ABDULLA
f42819c6ad
Update Arabic language
2024-05-14 01:49:04 +03:00
Timothy J. Baek
7e0d3496b5
fix: 1st #2208
2024-05-13 11:27:58 -10:00
Timothy Jaeryang Baek
4f87512bbc
Merge pull request #2236 from akx/error-page-fix
...
fix: load i18n before showing error page
2024-05-13 10:58:31 -10:00
Timothy J. Baek
b5c759a059
chore: format
2024-05-13 10:56:30 -10:00
Aarni Koskela
df167d8785
fix: load i18n for /error page
2024-05-13 18:00:30 +03:00
Timothy Jaeryang Baek
88a94cc50d
Merge pull request #2183 from cheahjs/fix/streaming-error
...
feat: better handle openai errors, add error message to message
2024-05-12 14:28:13 -10:00
Timothy Jaeryang Baek
543f2652c2
Merge branch 'dev' into fix/pl-translation-update
2024-05-12 14:27:00 -10:00
Timothy Jaeryang Baek
4997c8259b
Merge pull request #2201 from liorkesos/main
...
Hebrew language support
2024-05-12 14:23:56 -10:00
Timothy Jaeryang Baek
e483aae1b8
Merge branch 'dev' into dev
2024-05-12 14:23:33 -10:00
Timothy Jaeryang Baek
7b864d967d
Merge pull request #2203 from simonaszilinskas/patch-2
...
Addition of the Lithuanian language
2024-05-12 14:20:23 -10:00
Simonas
5e5473c792
Create and fill translation.json for Lithuanian
2024-05-12 15:13:41 +02:00
Jun Siang Cheah
f49e1afaa6
feat: inject search result doc in the response, not the query
...
this is to handle when we have multiple models selected or regenerate a
response, it'll only add it to the model's response and not add dupes on
the user message
2024-05-12 20:45:46 +08:00
Jun Siang Cheah
44c8b0bb83
feat: rename title generation model to task model
2024-05-12 20:45:46 +08:00
Jun Siang Cheah
466b3e3637
feat: add support for using previous messages for query generation
2024-05-12 20:45:44 +08:00