Timothy J. Baek
e9d14601a1
refac
2024-08-09 00:08:20 +02:00
Timothy J. Baek
92e77d7b33
refac: katex
2024-08-09 00:01:38 +02:00
Timothy J. Baek
3b370bbcb3
fix
2024-08-08 20:46:39 +02:00
Timothy J. Baek
d388c20373
enh: codeblock i18n
2024-08-08 15:07:24 +02:00
Timothy J. Baek
13403cd7dc
enh: codeblock i18n
2024-08-08 14:24:47 +02:00
Timothy J. Baek
40ecc2563a
chore: format
2024-08-07 14:51:07 +02:00
Timothy J. Baek
7e473f194d
fix: modal not closing in many model chat
2024-08-07 14:47:43 +02:00
Timothy J. Baek
0c231fd387
fix: styling
2024-08-07 12:22:35 +02:00
Timothy J. Baek
5904ef86f2
refac
2024-08-07 02:18:29 +02:00
Timothy J. Baek
d692649bac
refac
2024-08-07 02:11:37 +02:00
Timothy J. Baek
0d019a00c9
refac
2024-08-07 02:06:57 +02:00
Timothy J. Baek
e6b3de310b
refac
2024-08-07 01:55:37 +02:00
Timothy J. Baek
7cbc94592e
fix: styling
2024-08-06 23:48:10 +02:00
Timothy J. Baek
9747f1e841
revert: markdown rendering
2024-08-06 23:34:51 +02:00
Timothy J. Baek
ff90b125ee
Revert "refac"
...
This reverts commit a140d319fe
.
2024-08-06 11:43:47 +02:00
Timothy J. Baek
a140d319fe
refac
2024-08-06 10:29:29 +02:00
Timothy J. Baek
76dcabdce6
fix
2024-08-05 19:54:32 +02:00
Timothy J. Baek
dc262a5f79
refac: styling
2024-08-05 19:43:51 +02:00
Timothy J. Baek
db5830dc28
refac: prose styling
2024-08-05 19:40:46 +02:00
Timothy J. Baek
e8375e9acd
refac
2024-08-05 19:16:57 +02:00
Timothy J. Baek
f7d1225c23
enh: codespan styling
2024-08-05 18:57:28 +02:00
Timothy J. Baek
ac3c657315
refac
2024-08-05 18:00:55 +02:00
Timothy J. Baek
37b117a84c
fix: styling
2024-08-05 18:00:04 +02:00
Timothy J. Baek
ab6346ea1c
refac: markdown rendering
...
Co-Authored-By: Jun Siang Cheah <me@jscheah.me>
2024-08-05 17:47:18 +02:00
Timothy J. Baek
6e6f9862e6
fix
2024-08-05 17:15:07 +02:00
Timothy J. Baek
7d42a79177
refac: token rendering
2024-08-05 17:12:41 +02:00
Timothy J. Baek
bf6c6627e8
revert
2024-08-05 01:03:22 +02:00
Timothy J. Baek
b414fde6ca
fix
2024-08-04 18:34:29 +02:00
Timothy J. Baek
88086935af
feat: markdown image preview
2024-08-04 18:14:17 +02:00
Timothy J. Baek
e5dd7e65d4
refac
2024-08-04 17:31:41 +02:00
Timothy J. Baek
49677e9c9d
refac
2024-08-04 17:04:15 +02:00
Timothy J. Baek
a084938d9c
refac: chatlist skip, limit -> page
2024-08-04 16:58:08 +02:00
Timothy J. Baek
a2f9f7c975
refac
2024-08-04 16:36:44 +02:00
Timothy Jaeryang Baek
389d650ee3
Merge pull request #4266 from thearyadev/sidebar-pagination
...
feat: Sidebar infinite scroll (pagination)
2024-08-04 15:33:09 +02:00
Timothy J. Baek
080d45239a
fix: chat control "stop token" param issue
2024-08-04 14:27:18 +02:00
Zhuoran
482a7723b2
Default to true
2024-08-04 11:33:20 +08:00
Zhuoran
948d29b676
Add option to toggle scrolling to bottom when switching between branches
2024-08-04 11:15:20 +08:00
Aryan Kothari
287559e834
fix: tag deletion rehydration bug
...
fixes a bug that caused the deletion of a tag, when filtering by tag, to rehydrate all chats instead of the filtered list.
2024-08-03 19:42:45 -04:00
Aryan Kothari
cdac0cd1df
refactor: disable pagination moved to a function
...
reduces repeated code
2024-08-03 19:40:31 -04:00
Timothy Jaeryang Baek
a75a9c953a
Merge pull request #4329 from cheahjs/fix/missing-openai-usage-info
...
fix: missing openai usage information
2024-08-03 20:51:03 +02:00
Jun Siang Cheah
283234d51d
fix: missing openai usage information
2024-08-03 19:06:19 +01:00
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
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
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 J. Baek
0c6284be02
fix: user voice should update when global voice updates
2024-08-02 22:28:39 +02:00
Timothy J. Baek
7f260938db
refac
2024-08-02 19:29:03 +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
13b757d847
enh: min_p added to params
2024-08-02 18:10:12 +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
Clivia
b049ae269b
💄 Feat show the size of file and prepare for subsequent upload restrictions
2024-08-02 09:46:16 +08:00
Timothy J. Baek
e5bf27e716
enh: include desc in fuzzy search
2024-08-02 01:53:53 +02:00
Timothy J. Baek
6ac40552b4
feat: model selector fuzzy search
...
Co-Authored-By: Aryan Kothari <87589047+thearyadev@users.noreply.github.com>
2024-08-01 22:47:53 +02:00
Timothy Jaeryang Baek
039c5c540b
Merge pull request #4225 from Yanyutin753/pref_file_upload
...
⚡ Initialize fileItem first to speed up file display
2024-08-01 22:09:59 +02:00
Timothy J. Baek
c9ed934d0b
refac: file should not have 'uploaded' status
2024-08-01 22:09:29 +02:00
Aryan Kothari
06a64219bc
fix: bool eval order
2024-08-01 15:54:12 -04:00
Aryan Kothari
2c4bc7a2b2
refactor: uses of chats.set(...)
support pagi sidebar
2024-08-01 15:20:36 -04:00
Timothy J. Baek
7a80e732df
refac: styling
2024-07-31 12:37:49 +01:00
Clivia
6681df29d2
⚡ Initialize fileItem first to speed up file display
2024-07-31 07:25:53 +08:00
Timothy J. Baek
9d58bb1c66
fix: styling
2024-07-30 12:34:30 +01:00
Timothy J. Baek
0ced153f86
refac
2024-07-28 23:17:49 +01:00
Timothy J. Baek
e691839771
refac: styling
2024-07-25 12:16:19 +01:00
Timothy J. Baek
4c22d130d9
refac: styling
2024-07-25 12:08:47 +01:00
Timothy Jaeryang Baek
4b0a232ae1
Merge pull request #4059 from thearyadev/feat/model-selection-with-arrow-keys
...
feat: select model with arrow keys
2024-07-25 11:13:08 +02:00
Aryan Kothari
9e4326a582
fix: unintentional import from previous commit
2024-07-24 19:03:31 -04:00
Aryan Kothari
fbef731a04
fix: check filteredItems
length before unsafe index access
2024-07-24 09:06:21 -04:00
Aryan Kothari
dbf88a2eca
refactor: rename pseudoSelectedIndex
to selectedModelIdx
2024-07-24 09:04:56 -04:00
Timothy J. Baek
a8d2072e9f
refac
2024-07-24 11:19:42 +01:00
Timothy Jaeryang Baek
a47e4a1148
Merge pull request #4047 from Peter-De-Ath/confirmDialog-add-inputValue
...
feat: add eventConfirmationInputValue handling in Chat.svelte
2024-07-24 12:16:45 +02:00
Aryan Kothari
eb38d382ba
fix: pseudoSelectedIndex is reset when modal is closed.
2024-07-23 11:31:17 -04:00
Aryan Kothari
5beaa5d892
feat: select model with arrow keys (+enter)
2024-07-23 11:05:11 -04:00
Peter De-Ath
cbe3694b81
refac: add eventConfirmationInputValue handling in Chat.svelte
2024-07-22 20:43:31 +01:00
Clivia
b34ab10b5e
💄 Add a model image to the model selector
2024-07-22 20:30:27 +08:00
Timothy J. Baek
fdea1afc7f
refac: latex should not use \\begin and \\end as delimiters
2024-07-20 11:24:57 +02:00
Timothy J. Baek
41fecb800d
enh: latex
2024-07-20 11:17:24 +02:00
Timothy J. Baek
ebce006974
refac: latex handling
2024-07-20 10:58:29 +02:00
Timothy J. Baek
d3c6bfb764
enh: latex
2024-07-19 16:54:28 +02:00
Timothy Jaeryang Baek
36318e8a1b
Merge pull request #3992 from thearyadev/feat/enter-to-select-model-indicator
...
feat: add indicator for enter-triggered model selection
2024-07-19 13:41:43 +02:00
Timothy J. Baek
79562a2531
fix: elevenlabs tts
2024-07-19 13:30:36 +02:00
Aryan Kothari
e35df904a0
feat: add indicator for enter-triggered model selection
2024-07-18 20:48:14 -04:00
Timothy Jaeryang Baek
51bdb4cbea
Merge pull request #3962 from thearyadev/feat/enter-to-select-model
...
feat: enter selects first model in list
2024-07-18 13:16:35 +02:00
Aryan Kothari
133f223df6
feat: enter selects first model in list
2024-07-17 17:47:17 -04:00
Timothy J. Baek
8ec3ed1830
refac: file handling
2024-07-17 22:01:39 +02:00
Timothy J. Baek
8b71ce23bb
refac: styling
2024-07-17 22:01:32 +02:00
Timothy J. Baek
1e7a364c68
fix
2024-07-17 19:04:18 +02:00
Timothy J. Baek
775a3dc359
refac
2024-07-17 17:11:50 +02:00
Timothy J. Baek
98f935b8f7
fix
2024-07-17 17:00:43 +02:00
Timothy J. Baek
86359ef374
refac
2024-07-17 16:56:11 +02:00
Timothy J. Baek
9e48aeca45
fix: web search
2024-07-17 15:39:50 +02:00
Timothy J. Baek
4fea55bac3
fix: file upload status
2024-07-17 14:21:58 +02:00
Timothy J. Baek
98928fc5f0
fix
2024-07-17 13:15:57 +02:00
Timothy J. Baek
d492d29153
fix: files overlay
2024-07-17 12:02:54 +02:00
Timothy J. Baek
ed21f9f906
refac: styling
2024-07-17 11:53:49 +02:00
Timothy J. Baek
4eecdbadd3
enh: files chat control
2024-07-17 11:39:37 +02:00
Timothy J. Baek
a33b0abbe0
refac: styling
2024-07-17 10:19:33 +02:00
Timothy J. Baek
72e9cecb17
fix: allow boolean values in params
2024-07-16 15:15:06 +02:00
Timothy J. Baek
27e7494853
refac: title gen should only run once
2024-07-16 14:00:09 +02:00
Timothy J. Baek
553dcd208c
refac
2024-07-15 14:16:28 +02:00
Timothy J. Baek
d258523a3c
refac
2024-07-15 13:09:15 +02:00
Timothy J. Baek
dbc352f01b
refac: documents file handling
2024-07-15 13:05:38 +02:00
Timothy J. Baek
5e8a74ef74
refac
2024-07-15 12:20:09 +02:00
Timothy J. Baek
3cc3671e74
enh: custom icon support for actions
2024-07-15 12:15:00 +02:00
Timothy J. Baek
d4d7c3d8b6
enh: citations link
2024-07-15 11:54:56 +02:00
Timothy J. Baek
1ec2e74b07
chore: format
2024-07-15 10:58:40 +02:00
Karl Lee
f40aee9d2e
i18n: added some missing i18n keys
2024-07-13 21:22:16 +08:00
Michael Poluektov
540a669dae
feat: replace message event
2024-07-12 10:41:03 +01:00
Timothy J. Baek
856845e5f2
refac
2024-07-11 19:05:59 -07:00
Timothy J. Baek
14c0efe300
feat: chat action integration
2024-07-11 18:47:38 -07:00
Timothy J. Baek
eb10001eb7
feat: action function
2024-07-11 18:41:00 -07:00
Timothy J. Baek
90c3d68f00
enh: input type event call
2024-07-11 17:30:24 -07:00
Timothy J. Baek
97098edfeb
feat: chat valves
2024-07-11 17:18:18 -07:00
Timothy J. Baek
7ba7b959a8
feat: message event
2024-07-11 11:00:42 -07:00
Jonathan Rohde
da8ee43481
fix: use default model from config if available
2024-07-10 08:43:28 +02:00
Timothy J. Baek
24ef5af2a1
fix: code block
2024-07-09 00:41:56 -07:00
Timothy J. Baek
f8e2b31756
refac: styling
2024-07-09 00:26:02 -07:00
Timothy J. Baek
a11887cee1
enh: i said darker
2024-07-08 23:30:59 -07:00
Timothy J. Baek
666a8ea5c0
refac
2024-07-08 23:18:35 -07:00
Timothy J. Baek
c9f5029a9d
refac
2024-07-08 23:07:23 -07:00
Timothy J. Baek
1b7ff1c5df
feat: __event_call__ support
2024-07-08 21:39:06 -07:00
Timothy J. Baek
1d979d9b75
refac
2024-07-08 21:09:43 -07:00
Timothy J. Baek
d752002836
refac: styling
2024-07-08 20:17:09 -07:00
Timothy J. Baek
7df35d978f
refac: styling
2024-07-08 20:15:13 -07:00
Timothy J. Baek
18ea8df685
fix: theme
2024-07-08 20:13:16 -07:00
Timothy J. Baek
446d85474e
feat: darker oled
2024-07-08 19:55:00 -07:00
Timothy J. Baek
30e2ec7544
feat: chat controls integration
2024-07-08 19:26:31 -07:00
Timothy J. Baek
9cea5f75bb
refac: styling
2024-07-08 18:31:58 -07:00
Timothy J. Baek
b8d153ebb2
feat: chat controls ui
2024-07-08 16:55:12 -07:00
Timothy J. Baek
3598aee71e
refac: styling
2024-07-08 14:32:51 -07:00
Timothy J. Baek
e8fbb8f181
refac: styling
2024-07-08 14:20:11 -07:00
Timothy J. Baek
088e7b02a9
refac: styling
2024-07-08 13:35:25 -07:00
Timothy Jaeryang Baek
97a8491866
Merge pull request #3631 from ricky-davis/CustomCollapsible
...
feat: Custom Collapsible component
2024-07-05 21:42:54 -07:00
Timothy J. Baek
73899e1c0d
refac
2024-07-05 21:37:29 -07:00
Timothy Jaeryang Baek
70efbef0c7
Merge pull request #3636 from Peter-De-Ath/add-scroll-to-settings-tabs
...
fix: add scroll to admin/user settings tabs
2024-07-05 21:28:17 -07:00
Timothy J. Baek
c3c15cbb7e
refac
2024-07-05 21:27:59 -07:00
Timothy J. Baek
983fe4b2bc
refac
2024-07-05 21:20:27 -07:00
Peter De-Ath
8381346378
enh: add sideways scrolling to settings tabs container
2024-07-05 02:05:59 +01:00
Michael Poluektov
55b7c30028
simplify citation API
2024-07-04 18:50:09 +01:00
rdavis
d5c0876a0b
refactor: fixed new Collapsible Component to allow passed in classes
...
chore: format
2024-07-04 14:02:26 +00:00
rdavis
2389c36a70
refactor: Update WebSearchResults.svelte to use new CollapsibleComponent
2024-07-04 13:55:37 +00:00
Michael Poluektov
0527755600
use data field
2024-07-04 12:21:09 +01:00
Michael Poluektov
4e433d9015
wip: citations via __event_emitter__
2024-07-03 18:18:33 +01:00
Timothy J. Baek
e4c85921b2
fix: styling
2024-07-02 01:16:57 -07:00
Timothy J. Baek
05ec71beb9
enh: pinned chats support
2024-07-01 23:08:01 -07:00
Timothy J. Baek
044a0fbbbe
enh: bool, literal valves
2024-07-01 22:14:09 -07:00
Timothy J. Baek
d97a4d687e
refac
2024-07-01 21:41:44 -07:00
Timothy J. Baek
52cae406b4
feat: chat event handler
2024-07-01 20:53:24 -07:00
Timothy J. Baek
a07051f51b
feat: __event_emitter__
2024-07-01 20:05:02 -07:00
Timothy J. Baek
c7a9b5ccfa
refac: chat completion middleware
2024-07-01 19:33:58 -07:00
Timothy J. Baek
a55d6e6077
fix: compare message
2024-06-30 17:45:28 -07:00
Timothy J. Baek
c954f1b4de
refac
2024-06-27 13:12:37 -07:00
Timothy J. Baek
bc5e39d31b
chore: format
2024-06-25 16:31:33 -07:00
Timothy Jaeryang Baek
b0ed8ded48
Merge pull request #3437 from silentoplayz/patch-1
...
feat: case insensitive prompt/models selection chat input
2024-06-25 12:55:08 -07:00
Timothy J. Baek
8bdbd2f9fb
fix: rm conversationMode
2024-06-25 12:27:00 -07:00
silentoplayz
ef619321ce
Update Models.svelte
...
feat: case-insensitive @model-name search
2024-06-25 18:22:38 +00:00
silentoplayz
01ad197973
Update PromptCommands.svelte
...
feat: case-insensitive prompt search
2024-06-25 18:19:52 +00:00
Jun Siang Cheah
f8f6943128
refac: use new SensitiveInput component
2024-06-25 20:15:29 +08:00
Timothy Jaeryang Baek
09082a070b
Merge pull request #3407 from jonathan-rohde/feat/case-insensitive-tag-selection
...
feat/case insensitive tag selection
2024-06-24 18:52:54 -07:00
Timothy J. Baek
9504c9c9b4
fix
2024-06-24 15:32:49 -07:00
Timothy J. Baek
284ab648b6
fix
2024-06-24 15:21:42 -07:00
Timothy J. Baek
0f4f01cee9
fix
2024-06-24 14:00:48 -07:00
Timothy J. Baek
68b3cce0fd
fix: query memory
2024-06-24 14:00:08 -07:00
SimonOriginal
fbbffc4386
Add key adn translation
2024-06-24 19:04:31 +02:00
SimonOriginal
5e9e1108a3
fix errors
2024-06-24 18:21:29 +02:00
SimonOriginal
2ece4e7cbb
Add Ukrainian translation for keys + formatin
2024-06-24 18:12:39 +02:00
SimonOriginal
665f87e84a
add toasts keys i18n
2024-06-24 18:09:45 +02:00
SimonOriginal
9c81d84e16
Add toasts i18n key
2024-06-24 17:18:39 +02:00
Jonathan Rohde
c7855b3b9d
feat(chat): formatting
2024-06-24 16:47:02 +02:00
Jonathan Rohde
09e95b8d3c
feat(chat): ignore upper/lower case to select document/tag/collection
2024-06-24 16:44:44 +02:00
Timothy J. Baek
f54a66b86b
chore: format
2024-06-23 23:31:56 -07:00
Timothy Jaeryang Baek
655ba475cc
Merge pull request #3402 from josephrocca/patch-1
...
fix: scrollToBottom button container obstructing clicks on buttons beneath it
2024-06-23 23:30:33 -07:00
Timothy J. Baek
a82154de3f
refac
2024-06-23 23:15:24 -07:00
josephrocca
82b44740db
Fix scrollToBottom button container obstructing clicks on buttons beneath it
2024-06-24 14:10:32 +08:00
Timothy J. Baek
f33ca4c9a5
refac
2024-06-23 23:10:26 -07:00
Timothy J. Baek
ab700a16be
refac: all valves input should be required
2024-06-23 19:20:09 -07:00
Timothy J. Baek
3034f3d310
refac: styling
2024-06-23 18:06:41 -07:00
Timothy J. Baek
5d7de927e5
enh: valve field desc support
2024-06-23 17:34:25 -07:00
Timothy J. Baek
2d795cffe0
refac: styling
2024-06-22 13:41:27 -07:00
Timothy J. Baek
bcefa71b03
refac: styling
2024-06-22 13:39:17 -07:00
Timothy J. Baek
3af8c5b03d
refac: wording
2024-06-22 13:22:26 -07:00
Timothy J. Baek
d0f34baaa3
feat: voice interruption toggle
2024-06-22 13:21:36 -07:00
Timothy J. Baek
98c18b3032
fix: web search
2024-06-22 13:13:46 -07:00
Timothy J. Baek
c1971fd8d7
refac: show default instead of none
2024-06-22 13:01:26 -07:00
Timothy J. Baek
d362fd027e
feat: user valves integration
2024-06-22 12:08:32 -07:00
Timothy J. Baek
15fc23df87
feat: user valves endpoints
2024-06-22 11:26:33 -07:00
Timothy J. Baek
8345bb55d4
refac: styling
2024-06-22 02:29:33 -07:00
SimonOriginal
f62d033e6b
Fixed indentation in About.svelte
2024-06-20 22:05:48 +02:00
SimonOriginal
7c304d225b
fix key {.t('Created by')}
2024-06-20 21:57:33 +02:00
SimonOriginal
e29e54a8d2
add key i18n
2024-06-20 21:49:52 +02:00
Timothy J. Baek
f342f8adc7
refac: code highlight optimisation
2024-06-20 12:27:34 -07:00
Timothy J. Baek
c689356b31
refac
2024-06-20 03:57:36 -07:00
Timothy J. Baek
afd270523c
feat: filter func outlet
2024-06-20 03:23:50 -07:00
Timothy J. Baek
3101ff143b
refac: disable continuing with error message
2024-06-20 02:47:27 -07:00
Timothy J. Baek
c4bd60114e
feat: filter inlet support
2024-06-20 02:30:00 -07:00
Timothy J. Baek
d5b76b5ed2
enh: iframe support
2024-06-19 16:51:29 -07:00
Timothy J. Baek
7b64b40270
refac
2024-06-19 15:26:35 -07:00
Timothy J. Baek
e3668a2f1c
refac
2024-06-19 14:56:51 -07:00
Timothy J. Baek
b36c525ebc
enh: cookie auth
2024-06-19 14:38:09 -07:00
Timothy J. Baek
1b100660af
fix: image
2024-06-19 13:31:01 -07:00
Timothy J. Baek
eef125d085
refac: settings order
2024-06-18 17:48:56 -07:00
Timothy J. Baek
d1eb2c2207
fix: model selector focus
2024-06-18 17:16:33 -07:00
Timothy J. Baek
807cfdecfb
fix
2024-06-18 17:09:29 -07:00
Timothy J. Baek
31f768bf8a
fix
2024-06-18 17:07:13 -07:00
Timothy J. Baek
d6ab954f81
refac: styling
2024-06-18 16:11:10 -07:00
Timothy J. Baek
514c7f1520
fix: rag
2024-06-18 16:08:42 -07:00
Timothy J. Baek
35026849df
refac: styling
2024-06-18 15:39:50 -07:00
Timothy J. Baek
1a22ae54a2
fix: styling
2024-06-18 14:58:19 -07:00
Timothy J. Baek
d93160799f
refac: files
2024-06-18 14:37:12 -07:00
Timothy J. Baek
b4bdea6d85
fix: files
2024-06-18 14:33:44 -07:00
Timothy J. Baek
83986620ee
refac
2024-06-18 14:15:08 -07:00
Timothy J. Baek
9e7b7a895e
refac: file upload
2024-06-18 13:50:18 -07:00
Timothy J. Baek
47d9c9fc74
refac
2024-06-17 20:46:42 -07:00
Timothy J. Baek
46e570bd04
fix: styling
2024-06-17 13:52:17 -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 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
5fa355e1ae
feat: background image
2024-06-17 01:31:22 -07:00
Timothy J. Baek
4a67ae1195
fix: message delete issue
2024-06-16 22:28:26 -07:00
Timothy J. Baek
54b65a89fd
refac: call overlay
2024-06-16 21:52:50 -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
4b6b33b08b
feat: user_location
2024-06-16 15:32:26 -07:00
Timothy J. Baek
a4810a5e42
refac
2024-06-16 10:24:16 -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
Timothy J. Baek
1275371e10
fix: md model desc
2024-06-15 10:43:10 -06:00
Timothy J. Baek
fe9685867e
enh: model desc md support
2024-06-15 04:32:18 -06:00
Timothy J. Baek
68aca76805
fix
2024-06-15 03:39:21 -06:00
Timothy J. Baek
3c599e24e5
refac
2024-06-15 03:35:44 -06:00
Timothy Jaeryang Baek
a6ee7415d8
Merge pull request #3116 from Peter-De-Ath/memories-edit
...
feat: add abilty to edit memories
2024-06-15 01:58:57 -07:00
Timothy J. Baek
7ba98ad498
feat: chat item shift shorcut
2024-06-14 13:02:07 -07:00
Timothy J. Baek
3de4c6189b
fix: voice input sensitivity
2024-06-14 02:41:27 -07:00
Timothy J. Baek
2e4f060ebb
feat: emoji call
2024-06-14 02:30:36 -07:00
Timothy Jaeryang Baek
53858c9b0e
Merge pull request #3161 from sammcj/num_batch
...
feat: add num_keep, num_batch
2024-06-14 00:14:46 -07:00
Timothy J. Baek
346caaa1db
chore: format
2024-06-14 00:07:46 -07:00
Timothy J. Baek
42ba43fc81
fix
2024-06-14 00:05:01 -07:00
Sam McLeod
3f5e36271f
feat: add num_keep, num_batch
2024-06-14 16:21:20 +10:00
Timothy J. Baek
18ae5860bc
refac
2024-06-13 20:16:23 -07:00
Timothy J. Baek
7f70de99d3
refac: voice call
2024-06-13 20:15:23 -07:00
Timothy J. Baek
b8136951e4
refac
2024-06-13 02:29:56 -07:00
Timothy J. Baek
5300d2c531
refac
2024-06-13 01:28:15 -07:00
Timothy J. Baek
d6fd2a8228
refac
2024-06-12 21:18:53 -07:00
Peter De-Ath
493e3068d8
enh: ability to edit memories
2024-06-13 02:42:07 +01:00
Timothy J. Baek
1fefafb254
refac
2024-06-12 11:44:05 -07:00
Timothy J. Baek
85a1233733
refac: styling
2024-06-12 02:09:00 -07:00
Timothy J. Baek
cde9672a09
enh: her
2024-06-12 00:05:20 -07:00
Timothy J. Baek
48ac4d9f2a
fix
2024-06-11 18:23:42 -07:00
Timothy J. Baek
a43cb1eb25
refac: styling
2024-06-11 17:09:10 -07:00
Timothy J. Baek
bc458d3ee0
refac
2024-06-11 16:15:54 -07:00
Timothy J. Baek
0d1f7265c4
refac
2024-06-11 16:15:19 -07:00
Timothy J. Baek
5cd28c04b8
feat: model tools assignment
2024-06-11 15:29:46 -07:00
Timothy J. Baek
e483c6b598
refac: styling
2024-06-11 12:18:30 -07:00
Timothy J. Baek
db3b075796
refac: input menu tools
2024-06-11 12:16:11 -07:00
Timothy Jaeryang Baek
8ffd8c3505
Merge pull request #3035 from ClassicOldSong/main
...
Fix frontend stops responding when backend throws error
2024-06-11 09:52:26 -07:00
Yukino Song
912b75f8ac
Fix frontend stops responding when backend throw error
2024-06-11 23:25:07 +08:00
Timothy Jaeryang Baek
e6fe3ada57
Merge pull request #3006 from open-webui/tools
...
feat: tools
2024-06-11 00:37:53 -07:00
Timothy J. Baek
354683296b
refac
2024-06-11 00:37:31 -07:00
Timothy J. Baek
5237439e29
feat: tool desc
2024-06-11 00:32:16 -07:00
Timothy J. Baek
3d6f5f418d
feat: tools full integration
2024-06-11 00:18:45 -07:00
Timothy J. Baek
0bae7ca615
feat: tool selector input menu
2024-06-10 22:29:24 -07:00
Timothy J. Baek
626643104e
fix
2024-06-10 21:06:46 -07:00
Timothy J. Baek
2bbaf1234c
fix
2024-06-10 18:55:45 -07:00
Timothy J. Baek
b72243c166
fix
2024-06-10 18:54:52 -07:00
Timothy J. Baek
8f2e799615
fix
2024-06-10 18:53:33 -07:00
Timothy J. Baek
1241bc3e89
fix: regeneration
2024-06-10 17:58:07 -07:00
Timothy J. Baek
87b04b0fc3
fix: params
2024-06-10 13:41:13 -07:00
Timothy J. Baek
455403a4a4
fix
2024-06-10 13:29:28 -07:00
Timothy J. Baek
547b990041
refac: params
2024-06-10 13:29:09 -07:00
Timothy J. Baek
a75b68c19c
refac: message status history
2024-06-10 11:40:58 -07:00
Timothy J. Baek
34f04c53fc
fix: audio
2024-06-10 11:04:00 -07:00
Timothy J. Baek
140d7ff721
refac
2024-06-10 01:07:24 -07:00
Timothy J. Baek
7349e1d8c8
refac
2024-06-10 00:56:13 -07:00
Timothy J. Baek
bf5a62298c
refac
2024-06-10 00:15:46 -07:00
Timothy J. Baek
2972774d87
refac
2024-06-10 00:07:47 -07:00
Timothy J. Baek
16f09fff63
fix
2024-06-09 18:59:45 -07:00
Timothy J. Baek
a71b824728
chore: format
2024-06-09 17:39:33 -07:00
Timothy J. Baek
b565301a47
feat: knowledge integration
2024-06-09 17:34:42 -07:00
Timothy J. Baek
78272aed8d
fix
2024-06-09 17:20:23 -07:00
Timothy J. Baek
a8d709102f
refac: styling
2024-06-09 16:17:10 -07:00
Timothy J. Baek
9032ab8857
refac
2024-06-09 16:05:29 -07:00
Timothy J. Baek
c9137edf5a
refac
2024-06-09 15:59:33 -07:00
Timothy J. Baek
8debb71197
feat: search query threshold
2024-06-09 15:19:36 -07:00
Timothy J. Baek
a93645aee8
refac
2024-06-09 15:08:23 -07:00
Timothy J. Baek
28ca6fb678
refac
2024-06-09 15:04:33 -07:00
Timothy J. Baek
591cd993c2
refac: search query task
2024-06-09 14:53:10 -07:00
Timothy J. Baek
5e7237b9cb
refac: title generation
2024-06-09 14:25:31 -07:00
Timothy J. Baek
84defafc14
feat: unified chat completions endpoint
2024-06-09 13:17:44 -07:00
Timothy Jaeryang Baek
762db11bf4
Merge pull request #2939 from KarlLee830/translate
...
Add some missing i18n keys
2024-06-09 11:14:50 -07:00
Timothy J. Baek
1bc96de620
refac: styling
2024-06-09 02:01:03 -07:00
Timothy J. Baek
d00c8b00df
refac
2024-06-09 01:55:56 -07:00
Timothy J. Baek
4bae43096b
refac: settings
2024-06-09 01:54:50 -07:00
Timothy J. Baek
d90e138773
refac: settings
2024-06-09 01:44:08 -07:00
Timothy J. Baek
bb15eb016e
fix: message input delay
2024-06-09 01:22:21 -07:00
Timothy J. Baek
cc53fd8379
fix: params
2024-06-08 20:09:59 -07:00
Timothy J. Baek
5342063e24
fix: import model
2024-06-08 19:21:37 -07:00
Karl Lee
0ccd96c950
Add some missing i18n keys
2024-06-09 04:42:22 +08:00
Timothy J. Baek
3499ec3f79
fix: tts
2024-06-08 13:18:42 -07:00
Timothy J. Baek
063e1ee46c
refac: call
2024-06-08 03:27:56 -07:00
Timothy J. Baek
1271d1dccc
feat: allow image from prompt {{CLIPBOARD}}
2024-06-07 22:44:10 -07:00
Timothy J. Baek
f78e6a5fba
fix: auto playback
2024-06-07 21:10:00 -07:00
Timothy J. Baek
06e4b87c9e
refac: audio
2024-06-07 20:57:15 -07:00
Timothy J. Baek
c6b74a3cf9
refac: audio
2024-06-07 20:55:50 -07:00
Timothy J. Baek
27417dd771
refac: audio
2024-06-07 20:51:53 -07:00
Timothy J. Baek
16615010f7
refac
2024-06-07 20:35:50 -07:00
Timothy J. Baek
55dc6c1b3b
refac: audio
2024-06-07 20:18:48 -07:00
Timothy J. Baek
bd3e5d7bfa
refac
2024-06-07 16:20:50 -07:00
Timothy J. Baek
5743df2280
refac: styling
2024-06-07 15:55:02 -07:00
Timothy J. Baek
e3efe2c565
fix: safari video
2024-06-07 15:31:58 -07:00
Timothy J. Baek
32c4748749
refac
2024-06-07 15:18:45 -07:00
Timothy J. Baek
f4a15f9590
chore: version bump
2024-06-07 15:16:24 -07:00
Timothy J. Baek
f92ef3211b
refac: permission
2024-06-07 15:12:34 -07:00
Timothy J. Baek
508e8eb4b1
refac
2024-06-07 15:08:21 -07:00
Timothy J. Baek
dfc2fb65af
refac: styling
2024-06-07 15:01:55 -07:00
Timothy J. Baek
d7ce408d25
refac
2024-06-07 15:00:42 -07:00
Timothy J. Baek
374f647048
fix
2024-06-07 14:56:10 -07:00
Timothy J. Baek
00018085ed
refac
2024-06-07 14:55:32 -07:00
Timothy J. Baek
d17cdc8068
feat: video devices support
2024-06-07 14:49:36 -07:00
Timothy J. Baek
e5ad76615c
feat: video call
2024-06-07 14:08:04 -07:00
Timothy J. Baek
54420f5300
refac: styling
2024-06-07 01:04:51 -07:00
Timothy J. Baek
f076f81e0c
fix: safari compatibility issue
2024-06-07 00:57:53 -07:00
Timothy J. Baek
ea80285e9c
fix: disable empty string
2024-06-07 00:37:54 -07:00
Timothy J. Baek
f43d255e8f
refac: wip tooltip
2024-06-07 00:28:34 -07:00
Timothy J. Baek
fc3a31e3d5
refac: optimisation
2024-06-07 00:27:05 -07:00
Timothy J. Baek
4e640daf83
feat: submit prompt integration
2024-06-07 00:04:47 -07:00
Timothy J. Baek
404bb3fd67
refac: call overlay
2024-06-06 23:42:31 -07:00
Timothy J. Baek
eacce66a82
refac
2024-06-06 23:36:47 -07:00
Timothy J. Baek
4f19a92dc5
refac
2024-06-06 23:29:08 -07:00
Timothy J. Baek
5196b65c2e
feat: call ui scaffold
2024-06-06 22:30:19 -07:00
Timothy J. Baek
340b716a90
refac: voice recording web api
2024-06-06 21:56:09 -07:00
Timothy Jaeryang Baek
ff4cf16742
Merge pull request #2900 from open-webui/voice
...
feat: voice note
2024-06-06 21:01:41 -07:00
Timothy J. Baek
7eaf83cb7d
fix: silence monitoring
2024-06-06 21:00:41 -07:00
Timothy J. Baek
4a73a01c24
refac
2024-06-06 20:44:42 -07:00
Timothy J. Baek
1a9dee50ce
refac: styling
2024-06-06 20:35:18 -07:00
Timothy J. Baek
f97f6601f7
feat: voice input refac
2024-06-06 20:33:23 -07:00
Karl Lee
046dd02a6d
Added missing i18n key
2024-06-07 01:52:03 +08:00
Karl Lee
36cc3c24e6
Added some missing i18n keys
2024-06-06 15:07:09 +08:00
Karl Lee
9bec2cea12
Update translation
2024-06-06 13:58:25 +08:00
Karl Lee
f4a122a4bb
Added missing i18n
...
Added missing i18n keys and update Chinese translation.
2024-06-06 13:47:40 +08:00
Timothy Jaeryang Baek
882ad219ea
Merge pull request #2862 from jannikstdl/locale-update
...
i18n: added missing i18n keys + german locales
2024-06-05 12:43:34 -07:00
Jannik Streidl
c108d863f6
added missing i18n keys + german locales
2024-06-05 20:42:41 +02:00
Timothy J. Baek
1bb7fc7c92
refac: styling
2024-06-05 10:12:01 -07:00
Timothy J. Baek
950073c1de
feat: create modelfile from models
2024-06-05 09:52:58 -07:00
Timothy J. Baek
ec7c5a3f07
refac: set default model from interface settings
2024-06-05 09:14:15 -07:00
Timothy J. Baek
f248425931
refac: styling
2024-06-05 08:48:02 -07:00
Timothy J. Baek
bdf7ed7f02
fix: mobile screen
2024-06-05 08:43:23 -07:00
Timothy J. Baek
1948e78351
refac: rename fullscreen -> widescreen
2024-06-04 11:48:46 -07:00
Timothy J. Baek
2be9c25ba7
feat: show current running models
2024-06-04 11:13:43 -07:00
Timothy Jaeryang Baek
ab58947a19
Merge pull request #2775 from cheahjs/feat/allow-nonlocal-tts
...
feat: allow nonlocal tts voices
2024-06-03 12:31:20 -07:00
Timothy J. Baek
f9351af6a3
refac: message input
2024-06-03 12:30:37 -07:00
Jun Siang Cheah
8f03daeaf6
fix: selected local tts voice not shown in settings
2024-06-03 19:11:37 +01:00
Jun Siang Cheah
de03bf834e
feat: add option to allow nonlocal TTS voices
2024-06-03 19:11:14 +01:00
Timothy J. Baek
b4fca046a8
fix
2024-06-02 22:36:23 -07:00
Timothy J. Baek
16e72b2f67
fix : #2751
2024-06-02 22:28:56 -07:00
Timothy J. Baek
727a837e53
fix: render mermaid after edit
2024-06-02 19:08:18 -07:00
Timothy J. Baek
a3ecf62564
fix: chat completed
2024-06-02 19:02:46 -07:00
Timothy J. Baek
3d74c04f50
feat: mermaid rendering support
2024-06-02 18:03:30 -07:00
Timothy Jaeryang Baek
c5ff4c24e1
Merge branch 'dev' into fix/ollama-cancellation
2024-06-02 16:27:01 -07:00
Timothy J. Baek
523455a46e
refac: styling
2024-06-02 14:04:37 -07:00
Timothy J. Baek
2e24c2d4d3
refac
2024-06-02 13:48:14 -07:00
Timothy J. Baek
41442897e3
fix: connections
2024-06-02 13:45:04 -07:00
Timothy J. Baek
e0ba585204
feat: include num_thread in advanced params
2024-06-02 13:20:38 -07:00
Jun Siang Cheah
4dd51badfe
fix: ollama streaming cancellation using aiohttp
2024-06-02 18:06:12 +01:00
Timothy J. Baek
bdcfbfeb11
refac
2024-06-01 20:26:19 -07:00
Timothy J. Baek
aa7fcca4ee
fix: banner styling
2024-06-01 20:21:26 -07:00
Timothy J. Baek
fbdfb7e4fa
refac: web search
2024-06-01 19:57:00 -07:00
Timothy J. Baek
999d2bc21b
refac: web search
2024-06-01 19:52:12 -07:00
Timothy J. Baek
dd799ebea8
refac: styling
2024-06-01 18:44:47 -07:00
Timothy J. Baek
c5c33aabf9
refac: styling
2024-06-01 18:11:54 -07:00
Timothy J. Baek
ef4af86883
refac: message new line issue
2024-06-01 18:00:01 -07:00
Timothy J. Baek
7f2e89a8aa
enh: allow label search
2024-06-01 16:34:36 -07:00
Timothy J. Baek
b124cd4ac5
fix: typo
2024-06-01 13:46:14 -07:00
Jun Siang Cheah
1cef48730e
fix: show both message contents and error message
2024-06-01 20:59:14 +01:00
Timothy J. Baek
51d2cecd36
refac: styling
2024-06-01 12:06:12 -07:00
Timothy J. Baek
6bd7c20fbb
fix
2024-06-01 10:33:49 -07:00
Timothy J. Baek
78b279cabc
refac
2024-06-01 10:19:27 -07:00
Jun Siang Cheah
fd31b5f8d6
refac: error message separate from content
2024-06-01 15:54:02 +01:00
Timothy J. Baek
3730251958
refac: selector mobile styling
2024-05-31 19:51:34 -07:00
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
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
9dfa334a83
feat: CURRENT_DATE, USER_NAME prompt variable support
2024-05-31 11:11:28 -07: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 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
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
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
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 J. Baek
ccbafca74c
feat: save user settings to db
2024-05-26 22:47:42 -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
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
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
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
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
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
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
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
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
331941dbc1
feat: show desc in model selector
2024-05-25 00:19:26 -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
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
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
8df0429c99
Merge branch 'dev' into feat/model-config
2024-05-21 21:37:04 -10:00
Timothy J. Baek
21ca55dd30
feat: toggleable ollama
2024-05-21 23:58:42 -07: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
Jun Siang Cheah
6d237999dc
fix: formatting
2024-05-21 18:46:03 +01: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
Timothy J. Baek
23859756d8
fix: >:(
2024-05-20 19:20:49 -07: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
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 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
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
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