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
Timothy J. Baek
c44e51ae58
refac
2024-08-01 21:43:13 +02:00
Aryan Kothari
2c4bc7a2b2
refactor: uses of chats.set(...)
support pagi sidebar
2024-08-01 15:20:36 -04:00
Aryan Kothari
62dc486c85
add: add paginated scroll handler
2024-08-01 15:19:14 -04:00
Erick Joseph
3569fe9c73
the fix for the issue where chrome thought the SensitiveInput input was a password field
2024-07-31 16:15:00 -03: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
acbdb05bd0
fix: styling
2024-07-30 11:44:32 +01:00
Timothy J. Baek
0ced153f86
refac
2024-07-28 23:17:49 +01:00
Timothy J. Baek
fc0f2f2b3a
chore: format
2024-07-28 13:13:33 +01:00
Timothy J. Baek
b4cd084117
feat: action selector
2024-07-28 13:06:47 +01:00
Timothy J. Baek
77b2d2dbee
refac: styling
2024-07-27 23:34:29 +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
Justin Hayes
c6c298b412
Fetch didn't happen
2024-07-20 11:02:59 -04: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
Justin Hayes
6cecb964a9
name
2024-07-20 03:07:50 -04:00
Justin Hayes
0216ee101c
enh: ElevenLabs voice name -> ID
2024-07-20 02:56:00 -04:00
Timothy J. Baek
d3c6bfb764
enh: latex
2024-07-19 16:54:28 +02:00
Timothy J. Baek
ea6a5121b3
chore: format
2024-07-19 13:58:56 +02:00
Timothy J. Baek
d6a4fe00b3
refac: styling
2024-07-19 13:57:35 +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
Timothy Jaeryang Baek
d2664ab2a6
Merge pull request #3999 from ricky-davis/importDocumentMappingTags
...
fix: importing document mapping now adds tags
2024-07-19 12:43:53 +02:00
Timothy J. Baek
e664a429a1
feat: elevenlabs tts support
2024-07-19 10:35:05 +02:00
Timothy J. Baek
b09bd1ed34
refac: styling
2024-07-19 10:17:59 +02:00
rdavis
20c71d127b
Added content field to Document mapping import to ensure tags get re-mapped
2024-07-18 20:53:06 -05:00
Aryan Kothari
e35df904a0
feat: add indicator for enter-triggered model selection
2024-07-18 20:48:14 -04:00
Timothy Jaeryang Baek
253c02cc3c
Merge pull request #3982 from jonathan-rohde/fix/missing-tags-add-doc-modal
...
test: Add tests to verify basic document list features
2024-07-19 02:10:01 +02:00
Jonathan Rohde
c6eba8c0a1
enh: add e2e tests for document list
2024-07-18 15:09:02 +02: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
Jonathan Rohde
7e03624408
fix: send tags to upload doc handler in modal dialog
2024-07-18 12:38:23 +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
c1dfafcc9e
fix
2024-07-17 17:18:57 +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
3bbd238d7d
refac: styling
2024-07-17 11:43:11 +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
f0a8aca0e3
fix: automatic1111 auth key should not be required
2024-07-16 10:33:05 +02:00
SimonOriginal
b74739f91b
refac 9
2024-07-15 16:31:23 +02:00
SimonOriginal
6b5c452a3c
refac 8
2024-07-15 16:27:06 +02:00
SimonOriginal
7702803e5c
refac 7
2024-07-15 16:24:47 +02:00
SimonOriginal
3731f1950a
refac 6
2024-07-15 16:22:10 +02:00
SimonOriginal
9ab47cf628
refac 5
2024-07-15 16:20:18 +02:00
SimonOriginal
676688aabf
refac 4
2024-07-15 16:14:56 +02:00
SimonOriginal
5958d8775c
refac 3
2024-07-15 16:12:55 +02:00
SimonOriginal
dfd5de9381
add i18n keys
2024-07-15 15:41:07 +02:00
SimonOriginal
9e258ea466
add i18n keys
2024-07-15 15:34:21 +02:00
SimonOriginal
3668179dfe
refac 2
2024-07-15 15:16:49 +02:00
SimonOriginal
fa26b8d7cf
refac
2024-07-15 15:14:43 +02:00
SimonOriginal
07283ca0cf
Merge branch 'dev' of https://github.com/OriginalSimon/open-webui into dev
2024-07-15 15:02:01 +02:00
SimonOriginal
8102347296
Fix i18n string syntax
2024-07-15 15:01:02 +02:00
Simon
736d8586f1
Merge branch 'open-webui:dev' into dev
2024-07-15 14:54:51 +02:00
SimonOriginal
c97d4bbb50
add i18n keys
2024-07-15 14:54:20 +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
0bc46b19b3
refac
2024-07-08 23:17:57 -07:00
Timothy J. Baek
3f8af02aaa
fix: styling
2024-07-08 23:16:54 -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
d34e9ef935
refac: styling
2024-07-08 21:09:32 -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
a23146ebd1
refac: styling
2024-07-08 20:10:00 -07:00
Timothy J. Baek
446d85474e
feat: darker oled
2024-07-08 19:55:00 -07:00
Timothy J. Baek
8942d0d0e2
refac: styling
2024-07-08 19:47:30 -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
781ad70598
refac: tooltip
2024-07-08 15:26:43 -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 J. Baek
d5716ae751
chore: format
2024-07-05 23:48:53 -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 Jaeryang Baek
3928ac1905
Merge pull request #3615 from michaelpoluektov/citations-event
...
feat: Citations event via __event_emitter__
2024-07-05 21:20:40 -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
ca3f8e6cb5
chore: format
2024-07-04 15:18:21 +00:00
rdavis
78ba18a680
refactor: Update Collapsible component to include dynamic margin for open state
2024-07-04 14:55:48 +00:00
rdavis
db58bb5f0f
refactor: Removed dependency
2024-07-04 14:15:16 +00: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
rdavis
d20601dc47
feat: Add custom Collapsible component for collapsible content
2024-07-04 13:53:28 +00:00
Michael Poluektov
0527755600
use data field
2024-07-04 12:21:09 +01:00
Timothy J. Baek
740b6f5c17
fix: pull model
2024-07-04 00:42:18 -07:00
Timothy J. Baek
f6dcffab13
fix: pinned chat delete issue
2024-07-03 21:18:40 -07:00
Michael Poluektov
4e433d9015
wip: citations via __event_emitter__
2024-07-03 18:18:33 +01:00
Timothy J. Baek
cf317f8fdf
fix
2024-07-02 15:20:50 -07: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
439ab7a335
refac
2024-07-01 22:18:45 -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
b62d2a9b28
refac
2024-07-01 17:15:10 -07:00
Timothy J. Baek
a392865615
refac
2024-07-01 17:11:09 -07:00
Timothy Jaeryang Baek
3c1ea24374
Merge pull request #3582 from nickovs/tika-document-text
...
feat: Support Tika for document text extraction
2024-07-01 17:07:40 -07:00
Nicko van Someren
7aa35a3757
Added HTML and Typescript UI components to support configration of text extraction engine.
...
Updated RAG /config and /config/update endpoints to support UI updates.
Fixed .dockerignore to prevent Python venv from being copied into Docker image.
2024-07-01 12:10:59 -06:00
Timothy J. Baek
a55d6e6077
fix: compare message
2024-06-30 17:45:28 -07:00
Timothy J. Baek
41c55fbb81
enh: boilerplate
2024-06-29 19:49:16 -07:00
Timothy J. Baek
b224ba0030
refac: styling
2024-06-27 13:15:54 -07:00
Timothy J. Baek
c954f1b4de
refac
2024-06-27 13:12:37 -07:00
Timothy J. Baek
edbd07f893
feat: global filter
2024-06-27 13:04:12 -07:00
Timothy J. Baek
c8c85ba7fc
refac
2024-06-27 12:16:55 -07:00
Timothy J. Baek
3c7f45ced4
fix
2024-06-27 11:12:07 -07:00
Timothy J. Baek
581e7800fa
fix
2024-06-26 00:36:35 -07:00
Timothy J. Baek
0ec4d56593
fix
2024-06-26 00:23:24 -07:00
Timothy J. Baek
0e7db89117
feat: import/export community
2024-06-26 00:22:26 -07:00
Timothy J. Baek
bc5e39d31b
chore: format
2024-06-25 16:31:33 -07:00
Timothy J. Baek
6cd47a3c9b
refac
2024-06-25 16:30:49 -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
Timothy J. Baek
a92c5381fb
chore: format
2024-06-25 08:51:52 -07:00
Timothy Jaeryang Baek
3750e69e09
Merge pull request #3418 from cheahjs/feat/hide-tokens-in-ui
...
feat: hide all API keys by default in admin settings
2024-06-25 08:40:18 -07:00
Timothy Jaeryang Baek
771ac86163
Merge pull request #3417 from ricky-davis/addDeleteConfirmationToolsFunctions
...
feat: Added delete confirmation dialogs for Prompts, Tools, and Functions.
2024-06-25 08:18:36 -07:00
Timothy J. Baek
c147147001
chore: format
2024-06-25 08:00:32 -07:00
rdavis
4d5e161a3e
Updated Functions and Tools to use existing selected* Variable
...
Applied formatting
2024-06-25 08:28:43 -05:00
Jun Siang Cheah
f8f6943128
refac: use new SensitiveInput component
2024-06-25 20:15:29 +08:00
Jun Siang Cheah
d5b91fb084
feat: hide all API keys by default in admin settings
2024-06-25 19:53:22 +08:00
rdavis
263d4bf496
Added delete confirmation dialogs for Prompts, Tools, and Functions.
2024-06-24 22:50:35 -05:00
Timothy Jaeryang Baek
16a8eebd8d
Merge pull request #3328 from FuturePrayer/AUTOMATIC1111_api_auth_support
...
feat: Supports making requests to the Automatic1111 backend when running with the --api-auth parameter
2024-06-24 19:40:55 -07: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
bf4dcc10af
fix: modal esc
2024-06-24 17:39:43 -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
Timothy J. Baek
837944dcc5
fix
2024-06-24 12:26:07 -07:00
Timothy J. Baek
9fb30d4787
fix
2024-06-24 12:23:12 -07:00
Simon
920fc29bdd
Merge branch 'dev' into dev
2024-06-24 19:50:35 +02:00
Timothy J. Baek
74a4f642fd
refac: valves save
2024-06-24 10:47:40 -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
SimonOriginal
85b3b81617
fix key Database
2024-06-24 16:23:08 +02:00
SimonOriginal
06a337061b
Add keys i18n
2024-06-24 16:19:56 +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
51adb1c04a
enh: frontmatter version
2024-06-23 21:07:22 -07:00
Timothy J. Baek
9788633ce1
refac: wording
2024-06-23 21:01:07 -07:00
Timothy J. Baek
0b8f5c2232
enh: manifest modal
2024-06-23 21:00:34 -07:00
Timothy J. Baek
f4a2ae5eac
enh: list valve
2024-06-23 19:49:48 -07:00
Timothy J. Baek
ab700a16be
refac: all valves input should be required
2024-06-23 19:20:09 -07:00
Timothy J. Baek
db9e5e008f
refac: styling
2024-06-23 19:09:53 -07:00
Timothy J. Baek
627705a347
feat: valves
2024-06-23 19:02:27 -07:00
Timothy J. Baek
3a629ffe00
feat: global filter
2024-06-23 18:39:27 -07:00
Timothy J. Baek
d8c112d8b0
feat: function toggle support
2024-06-23 18:34:42 -07:00
Timothy J. Baek
3034f3d310
refac: styling
2024-06-23 18:06:41 -07:00
Timothy J. Baek
58e69230a9
refac: styling
2024-06-23 17:44:31 -07:00
Timothy J. Baek
fc2001da83
refac: styling
2024-06-23 17:41:59 -07:00
Timothy J. Baek
5d7de927e5
enh: valve field desc support
2024-06-23 17:34:25 -07:00
Timothy J. Baek
e52ed258f0
refac: styling
2024-06-23 17:18:36 -07:00
Timothy J. Baek
7a218d77b7
refac: workspace
2024-06-23 16:03:21 -07:00
Timothy J. Baek
ecf1d89a8b
refac: prompts ui
2024-06-23 15:57:16 -07:00
Timothy J. Baek
57455f084b
refac: functions ui
2024-06-23 15:51:19 -07:00
Timothy J. Baek
44e3d384d5
refac: tools ui
2024-06-23 15:45:17 -07:00
Timothy Jaeryang Baek
fd96c9c68d
Merge pull request #3380 from Yash-1511/main
...
feat: add jina_search as new websearch provider
2024-06-22 15:19:38 -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
Yash-1511
7c9fb9199e
feat: add jina_search as new websearch provider
2024-06-22 20:06:15 +05:30
Timothy J. Baek
8345bb55d4
refac: styling
2024-06-22 02:29:33 -07:00
Timothy J. Baek
0ac8e97447
refac: styling
2024-06-22 01:43:40 -07:00
Timothy J. Baek
58ae91369e
refac
2024-06-20 13:49:04 -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
89b259acb8
add key i18n + update translation
2024-06-20 21:53:34 +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
sihuangwlp
36de6576b8
fix issue with i18n
2024-06-20 21:21:37 +08:00
Timothy J. Baek
71a7750c9d
refac: styling
2024-06-20 05:05:16 -07:00
Timothy J. Baek
9ebd308d28
refac
2024-06-20 04:51:51 -07:00
Timothy J. Baek
c689356b31
refac
2024-06-20 03:57:36 -07:00
Timothy J. Baek
e20baad601
refac
2024-06-20 03:35:21 -07:00
Timothy J. Baek
a3f09949c0
refac
2024-06-20 03:29:50 -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
f14ca48334
refac
2024-06-20 02:42:56 -07:00
Timothy J. Baek
c4bd60114e
feat: filter inlet support
2024-06-20 02:30:00 -07:00
Timothy J. Baek
448ca9d836
refac
2024-06-20 01:51:39 -07:00
Timothy J. Baek
08cc20cb93
feat: filter selector model
2024-06-20 01:44:52 -07:00