Commit graph

928 commits

Author SHA1 Message Date
Xiaodong Ye
b297b432f7 Add default voice setting and apply to chat 2024-01-25 15:07:00 +08:00
Marclass
1e932d91cb Update constants.ts
add excel file ext
2024-01-23 14:04:40 -07:00
Timothy Jaeryang Baek
ca943d0795
Merge pull request #549 from Marclass/main
Bugfix: Fix toast error popup when front end can't figure out file type.
2024-01-22 23:13:53 -08:00
Timothy Jaeryang Baek
7054f02891
Merge pull request #466 from baumandm/feat/epub-support
feat: Add epub support
2024-01-22 23:12:46 -08:00
Marclass
7eea3ef313 copy list of file ext from backend to front end 2024-01-23 00:00:07 -07:00
Timothy Jaeryang Baek
d517a3ebb4
Merge pull request #547 from Marclass/main
feat: Add reStructuredText specific parser for RAG
2024-01-22 22:19:41 -08:00
Timothy J. Baek
29dd973db9 refac: frontend supported file extensions 2024-01-22 22:18:12 -08:00
Timothy J. Baek
ef68719b7d Update +page.svelte 2024-01-22 21:53:48 -08:00
Timothy J. Baek
c4a039326f feat: editable prompt suggestions integration 2024-01-22 21:53:13 -08:00
Timothy J. Baek
52e7684ff4 fix: code block unmount issue 2024-01-22 04:14:07 -08:00
Timothy J. Baek
917ab08f5c fix: code block styling 2024-01-22 03:43:48 -08:00
Timothy J. Baek
9c72f4da09 fix: styling 2024-01-22 03:42:32 -08:00
Timothy J. Baek
e758855590 refac: response message 2024-01-22 03:33:49 -08:00
Brandon Hulston
4d85e2cb15 Add validation for chatGPT imports, stopping any breaking issues when imports are corrupted/not compatible 2024-01-19 11:22:28 -07:00
Dave Bauman
f559068186
feat: Add epub support 2024-01-19 12:23:59 -05:00
Timothy Jaeryang Baek
f079cb6b56
Merge pull request #524 from Marclass/rag-arbitrary-files
feat: Allow RAG on XML and arbitrary text files including source code
2024-01-19 00:09:04 -08:00
Marclass
aa1d386042 Allow any file to be used for RAG.
Changed RAG parser to prefer file extensions over MIME content types. If the type of file is not recognized assume it's a text file.
2024-01-18 20:41:14 -07:00
Timothy J. Baek
1a06b0cea6 fix: old chat log import issue 2024-01-18 16:38:47 -08:00
Timothy J. Baek
220530c450 feat: convo tag filtering 2024-01-18 02:55:25 -08:00
Timothy J. Baek
1eec176313 feat: save tags to chat data 2024-01-18 02:17:31 -08:00
Timothy J. Baek
987685dbf9 feat: convo tagging full integration 2024-01-18 02:10:07 -08:00
Timothy J. Baek
d5ed119687 feat: convo tagging api added 2024-01-18 01:04:24 -08:00
Timothy J. Baek
287668f84e feat: tag add/remove frontend 2024-01-17 22:49:58 -08:00
Timothy J. Baek
4c69e2371e fix: wording 2024-01-17 22:49:38 -08:00
Timothy J. Baek
93ec04003a fix: share modal styling 2024-01-17 21:03:53 -08:00
Timothy J. Baek
4e828b0669 feat: convo tagging frontend 2024-01-17 21:01:30 -08:00
Timothy J. Baek
981ec89e15 fix: cancel chat generation on route change 2024-01-17 19:42:40 -08:00
Timothy J. Baek
b8337db9d5 Update +page.svelte 2024-01-17 19:31:55 -08:00
Timothy J. Baek
442e3d978a feat: terminate request on user stop 2024-01-17 19:19:44 -08:00
Timothy J. Baek
bb2563f1c4 feat: display model size 2024-01-17 17:56:36 -08:00
Timothy J. Baek
cf88652aa8 fix: timestamp styling 2024-01-17 17:47:01 -08:00
Timothy J. Baek
4ec81a897e feat: message ts display 2024-01-17 17:43:45 -08:00
Marclass
c7cee3ec25 Update constants.ts
was missing markdown
2024-01-17 16:34:19 -07:00
Marclass
9b63788135 Update constants.ts
include new upload types in front end
2024-01-17 16:28:52 -07:00
Timothy J. Baek
59724ea9d8 feat: message ts 2024-01-17 15:09:38 -08:00
Timothy Jaeryang Baek
578e78cb39
Merge pull request #498 from bhulston/fix/chat-imports
Feat: Add ChatGPT import functionality
2024-01-17 14:50:28 -08:00
Timothy J. Baek
b6ab357e8c fix: more edge cases 2024-01-17 14:47:56 -08:00
Timothy J. Baek
f40147ce58 refac: gpt renamed to openai 2024-01-17 14:23:16 -08:00
i810697
7f14479567
fixing md document upload bug 2024-01-17 11:47:49 -05:00
Brandon Hulston
1f66bbba98 Better solution to handle edge cases 2024-01-17 02:24:17 -07:00
Brandon Hulston
81bfb97c91 Make sure model is saved in DB for imported chats (or chats with no model saved already) 2024-01-17 02:07:29 -07:00
Brandon Hulston
415777eca2 Add error catching for import 2024-01-17 01:19:27 -07:00
Brandon Hulston
27d5eb4684 Add chatGPT chat history Import functionality 2024-01-17 01:01:11 -07:00
Brandon Hulston
4b3acfa491 Remove console logs 2024-01-15 18:07:31 -07:00
Brandon Hulston
3b7775a535 Fix chat import bug 2024-01-15 17:58:51 -07:00
Anuraag Jain
fc4235943d fix: sanitized model name 2024-01-13 09:49:22 +02:00
Timothy Jaeryang Baek
ed4b3e0b32
Merge pull request #407 from anuraagdjain/feat/parallel-model-downloads
feat: parallel model downloads
2024-01-11 12:53:21 -08:00
Timothy J. Baek
bf6685d887 chore: conflict 2024-01-11 12:51:46 -08:00
Timothy Jaeryang Baek
2d9830b2c2
Merge pull request #442 from ollama-webui/many-models
feat: collaborative chat
2024-01-09 23:11:10 -08:00
Timothy J. Baek
a63b8c13f0 refac 2024-01-09 23:10:02 -08:00
Timothy J. Baek
737928e861 feat: better prompt gen template 2024-01-09 23:06:33 -08:00
Timothy J. Baek
9087aa0e30 fix: only ollama models 2024-01-09 22:56:43 -08:00
Timothy J. Baek
70029d9bed feat: @model group convo 2024-01-09 22:47:31 -08:00
Timothy J. Baek
c1ec604f21 feat: rag md support 2024-01-09 15:24:53 -08:00
Timothy J. Baek
bf1c026666 feat: better rag context management 2024-01-09 14:33:04 -08:00
Timothy J. Baek
76d37393ee feat: gguf upload 2024-01-09 13:25:42 -08:00
Timothy J. Baek
cae1bfe737 feat: regenerate keyboard shortcut 2024-01-08 18:10:23 -08:00
Timothy J. Baek
edceeba1b0 feat: help message added 2024-01-08 02:04:20 -08:00
Timothy J. Baek
b858b9b236 feat: edit doc modal styling 2024-01-08 01:57:09 -08:00
Timothy J. Baek
1ff3eb8038 feat: doc upload error handling 2024-01-08 01:54:03 -08:00
Timothy J. Baek
eddb6fc7b7 feat: documents backend integration 2024-01-08 01:49:20 -08:00
Timothy J. Baek
fe997abc6d feat: transform filename to name 2024-01-08 01:32:55 -08:00
Timothy J. Baek
54c4e0761a feat: documents file upload 2024-01-08 01:26:15 -08:00
Timothy J. Baek
df3d95bf2a refac: message drag file input 2024-01-08 01:12:02 -08:00
Timothy J. Baek
cc3f84f916 feat: # to import doc 2024-01-07 23:43:32 -08:00
Timothy J. Baek
2603ac30bc feat: documents 2024-01-07 22:14:08 -08:00
Timothy J. Baek
57c050326c feat: docx support 2024-01-07 13:56:01 -08:00
Timothy J. Baek
537a7f5f00 fix 2024-01-07 09:46:00 -08:00
Timothy J. Baek
9a63376e55 feat: file upload error handling 2024-01-07 09:33:34 -08:00
Timothy J. Baek
b37b157638 feat: reset vectordb storage support 2024-01-07 09:15:45 -08:00
Timothy J. Baek
d4b2578f6e feat: rag csv support 2024-01-07 09:05:52 -08:00
Timothy J. Baek
d6a1bf1406 refac: file upload 2024-01-07 09:00:30 -08:00
Timothy J. Baek
bf43415d12 fix: reading status for all messages issue 2024-01-07 03:26:49 -08:00
Timothy J. Baek
9083ee8a5d feat: reading indicator 2024-01-07 03:19:34 -08:00
Timothy J. Baek
6271ee64ab fix 2024-01-07 03:01:38 -08:00
Timothy J. Baek
53945c360f fix: import 2024-01-07 03:01:01 -08:00
Timothy J. Baek
9b2f39ba20 Update +page.svelte 2024-01-07 02:54:31 -08:00
Timothy Jaeryang Baek
34e0f64fb3
Merge pull request #333 from ollama-webui/rag
feat: RAG support
2024-01-07 02:50:32 -08:00
Timothy J. Baek
aa82e381d1 feat: include files from previous prompts 2024-01-07 02:14:17 -08:00
Timothy J. Baek
fb0c2d2a8e feat: light mode styling 2024-01-07 01:52:29 -08:00
Timothy J. Baek
9f3df2969d fix: file message styling 2024-01-07 01:48:37 -08:00
Timothy J. Baek
9634e2da3e feat: full integration 2024-01-07 01:40:36 -08:00
Timothy J. Baek
28c1192ac0 doc: features update 2024-01-07 01:02:42 -08:00
Timothy J. Baek
fef4725d56 feat: frontend file upload support 2024-01-07 00:57:10 -08:00
Timothy J. Baek
3229ec116c feat: rag apis added to frontend 2024-01-06 23:52:22 -08:00
Timothy J. Baek
cd4121178c fix: latex render 2024-01-06 21:31:11 -08:00
Timothy J. Baek
82114c45ee fix: allow command named create 2024-01-06 17:55:41 -08:00
Timothy J. Baek
8b62d8ac8f refac: message wording 2024-01-06 13:42:58 -08:00
Timothy J. Baek
d12599b2ae refac 2024-01-06 13:35:25 -08:00
Timothy J. Baek
1482119af7 fix 2024-01-06 13:31:35 -08:00
Timothy J. Baek
560dfd80dd refac: explicit var name for ambiguous term payload 2024-01-06 13:30:43 -08:00
Timothy J. Baek
e7d8d49374 fix: restore download notification 2024-01-06 13:27:02 -08:00
Timothy J. Baek
cf23c23134 fix 2024-01-06 13:24:11 -08:00
Timothy J. Baek
84f0cb41bb fix: restore status toast 2024-01-06 13:23:08 -08:00
Timothy J. Baek
3853261b40 refac 2024-01-06 13:02:09 -08:00
Anuraag Jain
8f570bc2ee refac: code cleanup 2024-01-06 15:06:57 +02:00
Anuraag Jain
fd42422d6c refac: pullModel api 2024-01-06 15:01:47 +02:00
Anuraag Jain
17a6ca505b Merge branch 'main' of https://github.com/anuraagdjain/ollama-webui into feat/parallel-model-downloads 2024-01-06 15:01:30 +02:00
Anuraag Jain
fd0dcec61d fix: progress bar colors for light theme 2024-01-06 13:15:21 +02:00
Timothy J. Baek
13d9e6675e feat: chat history incognito mode 2024-01-06 02:33:00 -08:00
Anuraag Jain
ea721feea9 feat: parallel model downloads 2024-01-06 12:10:41 +02:00
Timothy J. Baek
77a4c4ce3e feat: chat history save added to settings 2024-01-06 02:01:56 -08:00
Timothy J. Baek
c09514ea89 fix: styling 2024-01-06 01:09:20 -08:00
Timothy J. Baek
fb0c64379d feat: edit user support 2024-01-05 20:59:56 -08:00
Timothy J. Baek
5e6d946f83 chore: disable passlib log 2024-01-05 12:22:27 -08:00
Timothy J. Baek
6c1c889ef7 fix: revert to node for container image 2024-01-04 21:15:13 -08:00
Timothy J. Baek
3fc40d06cc fix 2024-01-04 20:59:28 -08:00
Timothy Jaeryang Baek
1a93191259
Merge branch 'main' into bun 2024-01-04 22:57:11 -05:00
Timothy J. Baek
2fedd42e12 fix: custom modelfile image placeholder 2024-01-04 19:34:21 -08:00
Timothy J. Baek
6fb036711b fix: openai multi-user issue 2024-01-04 19:20:49 -08:00
Timothy J. Baek
8c4528366f feat: disable external tab for users with user role 2024-01-04 19:01:03 -08:00
Timothy J. Baek
c0b099da4f feat: openai frontend refac 2024-01-04 18:54:00 -08:00
Timothy J. Baek
17c66fde0f feat: openai compatible api support 2024-01-04 18:38:03 -08:00
ThatOneCalculator
8480a9b418
Merge branch 'main' into bun 2024-01-04 13:30:30 -08:00
Timothy J. Baek
754ea1625b fix: delete model issue 2024-01-04 13:12:00 -08:00
Timothy J. Baek
30aff2db53 feat: enable backend ollama url update 2024-01-04 13:06:31 -08:00
Timothy J. Baek
f6640c4e8b feat: sort model list by alphabetical order 2024-01-03 23:46:49 -08:00
Kainoa Kanter
7e4a13f82c
Merge branch 'main' into bun 2024-01-03 15:47:52 -08:00
Timothy J. Baek
df7be3d2a5 feat: import prompts 2024-01-03 14:58:29 -08:00
Kainoa Kanter
25cabc279e
Merge branch 'main' into bun 2024-01-03 14:47:33 -08:00
Timothy J. Baek
22864d7598 feat: prompt share integration with ollamahub 2024-01-03 14:39:22 -08:00
ThatOneCalculator
07cc7f15d5
chore: 🚨 lint and format 2024-01-03 14:33:57 -08:00
Timothy J. Baek
63d380231a fix: await content load 2024-01-03 03:16:31 -08:00
Timothy J. Baek
08d8ce4215 fix: styling 2024-01-03 00:23:25 -08:00
Timothy J. Baek
6f262db676 feat: tip message update 2024-01-02 21:44:15 -08:00
Timothy J. Baek
5436c2c071 chore: comment removed 2024-01-02 21:40:22 -08:00
Timothy J. Baek
7fc1d7c2c7 feat: prompt crud 2024-01-02 21:35:47 -08:00
Timothy J. Baek
69ff596045 feat: prompts backend frontend integration 2024-01-02 21:00:50 -08:00
Timothy J. Baek
22c210e8f6 feat: custom prompt support 2024-01-02 20:41:37 -08:00
Timothy J. Baek
d7d4d44489 feat: disable users from accesing models setting 2024-01-02 17:31:57 -08:00
Timothy J. Baek
5133ec75e3 fix: log message 2024-01-02 17:30:09 -08:00
Timothy J. Baek
dfde45d365 feat: set default models globally 2024-01-02 17:26:19 -08:00
Timothy J. Baek
a60fbac8a5 feat: set title auto generate model support 2024-01-02 17:08:35 -08:00
Timothy J. Baek
7bc0c09b25 fix: openai issue 2024-01-02 16:48:10 -08:00
Timothy J. Baek
092884fec5 fix: chat general 2024-01-02 16:06:11 -08:00
Timothy J. Baek
96b198b27b fix: formatting 2024-01-02 01:18:14 -08:00
Timothy J. Baek
e02b06a0bf feat: more prompt presets added 2024-01-02 01:12:49 -08:00
Timothy J. Baek
69a037257e feat: prompt preset support 2024-01-02 00:55:28 -08:00
Timothy J. Baek
936bad455f fix: default theme should be dark 2024-01-01 19:59:50 -08:00
ThatOneCalculator
2113c8bed0
fix searchbox 2024-01-01 19:50:56 -08:00
Timothy J. Baek
6a92652ca1 fix: custom theme light/dark support 2024-01-01 19:36:09 -08:00
Timothy J. Baek
78f120566f feat: id added to chat search 2024-01-01 19:25:26 -08:00
Timothy J. Baek
3cac26aa03 fix: dark theme as base for custom themes 2024-01-01 19:22:25 -08:00
ThatOneCalculator
dcfe064949
Add Rosé Pine Dawn theme 2024-01-01 16:39:02 -08:00
Timothy J. Baek
150236c1ca fix: rose renamed to rose pine 2024-01-01 16:22:57 -08:00
Timothy J. Baek
af6e4eb904 feat: rosepine custom theme 2024-01-01 16:05:05 -08:00
Timothy J. Baek
60658abbbc fix: edit message issue 2024-01-01 13:01:42 -08:00
Timothy J. Baek
52b5b13b7d fix: button styling 2024-01-01 12:53:59 -08:00
Timothy J. Baek
bb5bf3964e feat: toggle signup enable from admin panel 2024-01-01 12:32:28 -08:00
Timothy J. Baek
7000a52485 fix: edit message issue 2024-01-01 11:47:23 -08:00
Timothy J. Baek
7d859141b4 feat: arrowup edit message shortcut 2024-01-01 10:57:27 -08:00
Timothy J. Baek
affa6568d6 fix: code render issue 2024-01-01 10:35:46 -08:00
Timothy J. Baek
254c36bea3 feat: download chat as txt file 2023-12-31 23:13:17 -08:00
Timothy J. Baek
14440014e5 fix: new params do not require legacy fallback 2023-12-30 20:18:06 -08:00
Timothy J. Baek
0d6440f5c0 fix: num_predict default value should match ollama default
https://github.com/jmorganca/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values
2023-12-30 20:16:05 -08:00
Timothy Jaeryang Baek
7753851e51
Merge branch 'main' into fix-openai-settings 2023-12-30 03:27:13 -05:00
Timothy J. Baek
bf40695eb8 fix: toggle settings shortcut fix 2023-12-30 00:24:57 -08:00
Timothy J. Baek
d5dc36b2a9 feat: delete all user chats 2023-12-30 00:15:37 -08:00
Timothy J. Baek
7ffc1902a9 feat: toggle settings shortcut added 2023-12-29 23:35:08 -08:00
Timothy J. Baek
b916f1b07d feat: messages refac 2023-12-29 23:25:40 -08:00
Timothy J. Baek
f91a6b63d1 feat: message components refac 2023-12-29 23:03:48 -08:00
Timothy Jaeryang Baek
b919ac76af
Merge branch 'main' into fix-openai-settings 2023-12-29 21:05:49 -05:00
Timothy J. Baek
28a3d59955 feat: update troubleshooting messages 2023-12-29 09:29:54 -08:00
David Young
431b710e46 Settings were being referenced incorrectly and as a result, no settings were being sent to openai endpoint. Added num_predict slider in advanced UI. Also added seed, stop and max_tokens (uses num_predict) being sent to openai endpoint. 2023-12-29 16:09:59 +00:00
Timothy J. Baek
d8bb19fd8a feat: change password frontend added 2023-12-29 00:26:47 -08:00
Timothy J. Baek
9bd48ffd93 feat: change password support 2023-12-29 00:12:30 -08:00
Timothy Jaeryang Baek
450b9b6aef
Merge branch 'main' into account-settings 2023-12-29 02:32:40 -05:00
Timothy J. Baek
136eb18fb0 feat: account settings 2023-12-28 23:32:25 -08:00
Timothy J. Baek
7fade0bb2f feat: delete user button added to admin page 2023-12-28 23:12:58 -08:00
Anuraag D Jain
1da6d23d5c
Merge branch 'main' into fix/model-saving 2023-12-28 20:10:46 +02:00
Timothy J. Baek
bdc131378f fix: trailing slash added to api routes 2023-12-28 09:55:54 -08:00
Anuraag Jain
4d3754980d fix(model-selector): prevent saving empty default model
- throw a toast error when user is trying to click on `set as default` without actually choosing the model(s).
- feat: added hmr for local development. use `npm run dev` and you get the hmr when debugging.
2023-12-28 18:06:17 +02:00
Timothy J. Baek
1f5bfe67a1 feat: keyboard shortcuts 2023-12-28 02:46:57 -08:00
Timothy J. Baek
adb4b5d22f feat: discord badge added to about 2023-12-27 21:13:02 -08:00
Timothy J. Baek
e341332527 fix: stop param to list 2023-12-27 20:51:19 -08:00
Timothy J. Baek
eb171553fd doc: troubleshooting command update 2023-12-27 20:08:04 -08:00
Timothy J. Baek
339c9125a7 fix: sidebar button click register issue 2023-12-27 19:49:24 -08:00
Timothy J. Baek
a5fbff7313 feat: import modelfiles 2023-12-27 19:43:25 -08:00
Timothy J. Baek
caae2c98cf feat: upload gguf experimental label added 2023-12-27 11:41:14 -08:00
Timothy J. Baek
21c7f50790 feat: modelfiles migration support 2023-12-26 23:58:40 -08:00
Timothy J. Baek
fbb64406d8 fix: check existing model before model creation 2023-12-26 23:19:43 -08:00
Timothy J. Baek
59fb1b933d fix: checkVersion 2023-12-26 22:52:53 -08:00
Timothy J. Baek
032d7c7440 feat: modelfile backend & ollama version 0.0.0 whitelisted 2023-12-26 22:51:52 -08:00
Timothy J. Baek
4221594778 feat: chat export 2023-12-26 22:10:22 -08:00
Timothy J. Baek
a2b1e3756b feat: modelfiles backend 2023-12-26 22:02:17 -08:00
Timothy J. Baek
d78df83453 feat: delete idb after migration 2023-12-26 18:44:08 -08:00
Timothy J. Baek
e2a5964842 feat: backend error page links added 2023-12-26 17:51:30 -08:00
Timothy J. Baek
fad2cbeaff fix: overlay styling 2023-12-26 17:18:29 -08:00
Timothy J. Baek
fed9472e40 fix: overlay styling 2023-12-26 17:16:25 -08:00
Timothy J. Baek
e756c41599 feat: chat storage migration overlay 2023-12-26 17:09:24 -08:00
Timothy J. Baek
a696698ac8 feat: chat import to backend added 2023-12-26 16:35:01 -08:00
Timothy J. Baek
cc9e299814 fix: initNewChat 2023-12-26 14:41:41 -08:00
Timothy J. Baek
0ae57b5ae1 fix: cors & #281 2023-12-26 13:40:03 -08:00
Timothy J. Baek
0c30a08596 fix: non existent chat page issue 2023-12-26 13:21:47 -08:00
Timothy J. Baek
b777b6d2aa chore: version check refac 2023-12-26 13:10:50 -08:00
Timothy J. Baek
cc49e0d10f chore: refac 2023-12-26 12:50:52 -08:00
Timothy J. Baek
f30d16a3fd chore: layout comments added 2023-12-26 11:34:14 -08:00
Timothy J. Baek
0996f3c216 chore: layout refac 2023-12-26 11:32:22 -08:00
Timothy J. Baek
753327522a chore: auth page refac 2023-12-26 11:22:09 -08:00
Timothy J. Baek
5304ddaa82 chore: admin page moved 2023-12-26 11:02:03 -08:00
Timothy J. Baek
bb190245f7 chore: admin page refac 2023-12-26 11:00:56 -08:00
Timothy J. Baek
1303407f53 feat: update chat 2023-12-26 10:41:55 -08:00
Timothy J. Baek
0810a2648f feat: multi-user chat history support 2023-12-26 03:28:30 -08:00
Timothy J. Baek
8d5c3ee56f feat: backend required error page 2023-12-25 22:14:06 -08:00
Timothy J. Baek
9174331025 feat: db migration to sqlite 2023-12-25 21:44:28 -08:00
Timothy J. Baek
b05ad1fda1 chore: doc update 2023-12-24 01:02:31 -08:00
Timothy J. Baek
892591f894 feat: no text response error message 2023-12-24 00:47:31 -08:00
Timothy J. Baek
ee83791596 feat: return file_name for model name 2023-12-24 00:40:59 -08:00
Timothy J. Baek
232401a042 feat: gguf file upload status 2023-12-24 00:27:04 -08:00
Timothy J. Baek
e539cf5c28 feat: gguf upload 2023-12-23 15:38:52 -08:00
Timothy J. Baek
6d2d2d5519 fix: trailing "assistant" message issue 2023-12-22 21:22:17 -08:00
Timothy J. Baek
f63178b592 fix: header fields removed 2023-12-22 21:04:29 -08:00
Timothy J. Baek
b79c06023b fix: custom suggestion prompts styling 2023-12-22 20:40:17 -08:00
Timothy J. Baek
ecc2466f1e feat: alternative models response support 2023-12-22 20:31:42 -08:00
Timothy J. Baek
f62228165c feat: custom openai api endpoint support 2023-12-22 20:09:50 -08:00
Timothy J. Baek
3379fef26e fix: duplicate modelfile issue 2023-12-22 01:20:32 -08:00
Timothy J. Baek
a25761a423 fix: custom modelfile url search param 2023-12-22 01:16:03 -08:00
Timothy J. Baek
c57c72cc39 fix: disable profile image drag 2023-12-19 20:10:58 -08:00
Timothy J. Baek
0f2360a384 fix: file drag and drop overlay 2023-12-19 20:08:47 -08:00
Timothy J. Baek
110498cad6 fix: disable message image drag 2023-12-19 14:59:19 -08:00
Timothy J. Baek
344c91e37a fix: dragleave event added 2023-12-19 14:53:14 -08:00
Timothy J. Baek
3bcf440503 feat: file drag and drop support 2023-12-19 14:50:43 -08:00
Timothy J. Baek
6a38bdcf77 fix: better error message for connection issue 2023-12-19 11:57:49 -08:00
Timothy J. Baek
6de9db6772 feat: response autocopy 2023-12-18 18:48:51 -08:00
Timothy J. Baek
be12461aa2 fix: share url reverted to original url 2023-12-15 13:54:25 -08:00
Timothy J. Baek
6c2cab25b1 feat: share chat modelfiles info 2023-12-15 13:48:23 -08:00
Timothy J. Baek
832770e7b2 feat: ollama version check 2023-12-14 19:43:52 -08:00
Timothy J. Baek
665ba90d34 feat: readable verbose output 2023-12-14 18:19:50 -08:00
Timothy J. Baek
9f66cdbb0b feat: token/s added to verbose output 2023-12-14 18:04:15 -08:00
Timothy J. Baek
0fdb346a31 feat: webui notification 2023-12-14 17:48:21 -08:00
Timothy J. Baek
b7ff3af445 fix: new chat settings issue 2023-12-14 17:29:08 -08:00
Timothy J. Baek
c342aa2f30 fix: input image preview aspect ratio issue 2023-12-14 17:22:13 -08:00
Timothy J. Baek
c87a80f9a5 feat: chat share 2023-12-14 16:50:54 -08:00
Timothy J. Baek
e34b452509 feat: response notification 2023-12-14 15:32:43 -08:00
Timothy J. Baek
ffaa1b17c5 feat: show verbose info 2023-12-14 14:24:56 -08:00
Timothy J. Baek
425d022322 feat: image clipboard paste input support 2023-12-14 13:22:57 -08:00
Timothy J. Baek
c9d8645aba feat: share button added 2023-12-14 01:05:38 -08:00
Timothy J. Baek
e3ec631ea6 feat: openai multimodal support 2023-12-13 16:34:13 -08:00
Timothy J. Baek
9b12cdcf83 feat: image upload support 2023-12-13 16:21:50 -08:00
Timothy Jaeryang Baek
fb1f8b167c
Merge branch 'main' into multimodal 2023-12-13 18:43:09 -05:00
Timothy J. Baek
0b1abf1643 chore: commented code removed 2023-12-13 15:35:35 -08:00
Timothy J. Baek
75fb94ec68 feat: show error message in chat 2023-12-13 15:31:07 -08:00
Timothy J. Baek
5262156c24 feat: error handling for when ollama is not running 2023-12-13 13:05:31 -08:00
Rohit Das
93cffa89f6
Merge branch 'main' into display-error 2023-12-12 12:25:56 +05:30
Samuel Skottenborg
7c0332f963 Show model size 2023-12-11 17:23:42 +01:00
Samuel Skottenborg
e55a5dafde Added model dropdown for deleting local models 2023-12-11 17:06:55 +01:00
Rohit Das
195cfd4f84 wip: displaying error in a toast 2023-12-11 15:58:49 +05:30
Timothy J. Baek
15d1a48dc2 fix: edit input auto height 2023-12-10 23:09:24 -08:00
Timothy J. Baek
8ee7713623 feat: set originalContent for better chat log 2023-12-10 23:02:17 -08:00
Timothy J. Baek
734ba8f762 fix: new chat default settings 2023-12-10 22:59:51 -08:00
Timothy J. Baek
83e8db9b6a feat: /chat route support 2023-12-10 22:47:16 -08:00
Timothy J. Baek
fb83c5762e Update Messages.svelte 2023-12-10 15:23:44 -08:00
Timothy J. Baek
68c6f6979b fix: code styling for safari 2023-12-10 15:14:47 -08:00
Timothy J. Baek
453674aeb7 feat: modelfile ollamahub link to creator 2023-12-08 21:05:03 -08:00
Timothy J. Baek
7074a882b4 fix: ollamahub modelfile import with username 2023-12-08 21:03:03 -08:00
Timothy J. Baek
109dbb44b8 fix: scrollbar styling 2023-12-08 18:28:19 -08:00
Timothy J. Baek
c23da2c91c feat: scrollbar styling 2023-12-08 18:25:58 -08:00
Timothy J. Baek
4cdf398225 chore: comment deleted 2023-12-08 17:50:22 -08:00
Timothy J. Baek
d0633a9499 feat: horizontal scroll for code block 2023-12-08 17:48:31 -08:00
Timothy J. Baek
a4358c2bbe feat: icon updated 2023-12-08 16:51:52 -08:00
Timothy J. Baek
dac39e62b0 feat: button text replaced with icons 2023-12-07 14:45:07 -08:00
Timothy J. Baek
59f392de39 feat: share to ollamahub 2023-12-07 14:37:25 -08:00
Timothy J. Baek
5fb7adb0dd fix: no files 2023-12-07 11:52:55 -08:00
Timothy J. Baek
0fb5aee62e fix: wip code commented 2023-12-06 08:19:20 -08:00
Timothy J. Baek
fc9d037af7 fix: infinite new chat 2023-12-06 08:14:20 -08:00
Timothy J. Baek
ecaedc87fb feat: /chat url added 2023-12-05 17:06:09 -08:00
Timothy Jaeryang Baek
bd3e168e2f
Merge branch 'main' into dev 2023-12-05 19:56:28 -05:00
Timothy J. Baek
64b84c71c3 feat: edit response message 2023-12-05 16:55:20 -08:00
Timothy J. Baek
b1081c2c81 feat: use display name if it exists 2023-12-05 16:39:26 -08:00
Timothy J. Baek
9de56550ab feat: custom model chat styling updated 2023-12-05 16:36:44 -08:00
Timothy J. Baek
8e83a20102 fix: message role title styling 2023-12-04 00:07:03 -08:00
Timothy J. Baek
980ec49711 fix: modelfiles create 2023-12-04 00:02:35 -08:00
Timothy J. Baek
df1bd03528 fix: chat styling 2023-12-03 23:56:40 -08:00
Timothy J. Baek
cbcce68c61 feat: ollamahub modelfile import 2023-12-03 23:44:12 -08:00
Timothy J. Baek
6df1b197aa feat: duplicate tag name prevention 2023-12-03 22:21:17 -08:00
Timothy J. Baek
ab5e7abffd Revert "chore: latest removed from tagName"
This reverts commit 8f291a9674.
2023-12-03 20:08:28 -08:00
Timothy J. Baek
8f291a9674 chore: latest removed from tagName 2023-12-03 19:59:02 -08:00
Timothy J. Baek
954bba9def chore: version update 2023-12-03 19:45:31 -08:00
Timothy J. Baek
ee3e991d4e feat: modelfile edit 2023-12-03 19:13:42 -08:00
Timothy J. Baek
587101da88 feat: modelfile content linked to chat page 2023-12-03 11:54:11 -08:00
Timothy J. Baek
12d7ae96b9 feat: modelfile builder tagName field added 2023-12-03 10:59:47 -08:00
Timothy J. Baek
382827c71d fix: advanced params input 2023-12-03 10:58:27 -08:00
Timothy J. Baek
2fba5ed38e feat: modelfile builder linked to api 2023-12-02 17:11:52 -08:00
Timothy J. Baek
b391c92036 fix: pull model digest text styling 2023-12-02 17:11:27 -08:00
Timothy J. Baek
19ec26ab63 feat: modelfile builder 2023-12-02 16:33:53 -08:00
Timothy J. Baek
45ff3ae204 feat: modelfile builder 2023-12-02 16:05:01 -08:00
Timothy J. Baek
1c0cc16f8c feat: more advanced params added 2023-12-02 14:47:23 -08:00
Timothy J. Baek
abbfd1dc58 fix: copy code button issue 2023-12-02 00:58:43 -08:00
Timothy Jaeryang Baek
566698a006
Merge pull request #167 from ntimo/task/basic-pwa
feat: add PWA manifest.json
2023-12-01 18:42:46 -05:00
Timothy J. Baek
b55ec6ce49 fix: message input styling 2023-11-30 15:59:33 -08:00
ntimo
c9aeeb4eff
feat: add PWA manifest.json 2023-11-30 20:09:55 +00:00
Timothy Jaeryang Baek
37096ec863
Merge pull request #158 from dangminhduc1101/main
Checking for clearing chat history
2023-11-29 23:18:28 -05:00
Timothy J. Baek
a4712989db feat: advanced settings refac 2023-11-29 19:58:30 -08:00
ddang
fb6003de84 Comments resolved 2023-11-29 19:39:37 -08:00
Timothy J. Baek
827638527a fix: step value update 2023-11-29 19:33:30 -08:00
Anthony Cucci
ec07dff7d0
Update SettingsModal.svelte 2023-11-29 22:26:50 -05:00
Duc Dang
ec3f2a3e1e
Merge branch 'ollama-webui:main' into main 2023-11-29 19:21:54 -08:00
Anthony Cucci
467384e9d5
Update SettingsModal.svelte
fixed bad ,
2023-11-29 22:06:37 -05:00
Anthony Cucci
d180943252
Update +page.svelte 2023-11-29 22:04:38 -05:00
Anthony Cucci
cd22f73337
Update +page.svelte
Added num_ctx variable
2023-11-29 22:03:33 -05:00
Anthony Cucci
ea257636ee
Update SettingsModal.svelte
Added context length
2023-11-29 22:02:51 -05:00
Timothy J. Baek
1dac699589 fix: user message formatting 2023-11-29 17:52:49 -08:00
Timothy J. Baek
8af1646706 feat: tts support 2023-11-29 13:21:35 -08:00
ddang
959ab8e2d8 Checking for clearing chat history 2023-11-29 01:58:57 -08:00
Timothy J. Baek
6bc10c8794 fix: openai models messages 2023-11-28 13:25:41 -08:00
Timothy J. Baek
479913cf76 fix: message input styling 2023-11-25 11:31:43 -08:00
Timothy J. Baek
40653669f6 fix: user profile image for disabled auth 2023-11-25 11:03:58 -08:00
Timothy J. Baek
e70cff67c2 feat: multimodal support prep 2023-11-25 00:21:07 -08:00
Timothy J. Baek
78e93ab726 feat: chat delete confirmation 2023-11-24 21:49:00 -08:00
Timothy J. Baek
3f8b1d2506 fix: delete current chat issue 2023-11-24 21:41:56 -08:00
Timothy J. Baek
4294ec6db8 fix: settings save issue 2023-11-24 08:59:03 -08:00
Timothy J. Baek
937e38d862 feat: basic chat search support 2023-11-23 14:33:08 -08:00
Timothy J. Baek
3feffadfea feat: copy text button added to user message 2023-11-23 13:38:30 -08:00
Timothy J. Baek
ba71d48bcf fix: dollar sign rendering issue 2023-11-22 13:35:11 -08:00
Timothy J. Baek
cfb3f307b4 feat: option to toggle auto title generation 2023-11-22 13:20:41 -08:00
Timothy J. Baek
1196fa886a fix: openai model support 2023-11-22 13:11:26 -08:00
Timothy J. Baek
044ee2a78c fix: model list update after save 2023-11-22 13:07:25 -08:00
Timothy J. Baek
b7f3607f48 fix: db object 2023-11-22 13:02:02 -08:00
Timothy J. Baek
2558997cc5 fix: infinite toast error 2023-11-22 12:54:48 -08:00
Timothy J. Baek
c7b1fd1cd1 feat: chat history db code refac for backend support 2023-11-21 09:39:11 -08:00
Timothy J. Baek
14fb5a9b5c fix: sidebar open by default 2023-11-21 08:32:22 -08:00
Timothy J. Baek
a2e74c59b9 feat: auth error handling 2023-11-20 16:22:43 -08:00
Timothy J. Baek
6a2c1600f5 fix: new chat load 2023-11-19 20:39:13 -08:00
Timothy J. Baek
e116016543 fix: admin panel light mode support 2023-11-19 18:27:56 -08:00
Timothy J. Baek
92f0059bec fix: sidebar setting button 2023-11-19 18:04:19 -08:00
Timothy J. Baek
e366d1137f fix: model list update 2023-11-19 18:00:53 -08:00
Timothy J. Baek
2342c5036b feat: custom chatId route support 2023-11-19 17:47:07 -08:00
Timothy J. Baek
83ff1d77ea feat: set first user to admin by default 2023-11-19 00:41:29 -08:00
Timothy J. Baek
07d2c9871f feat: admin panel added 2023-11-19 00:13:59 -08:00
Timothy J. Baek
8547b7807d feat: basic RBAC support 2023-11-18 21:41:43 -08:00
Timothy J. Baek
921eef03b3 feat: multi-user support w/ RBAC 2023-11-18 16:47:12 -08:00
Timothy J. Baek
7f47718a69 feat: ui update 2023-11-17 13:17:30 -08:00
Timothy J. Baek
4bc04fe3a5 doc: demo updated 2023-11-14 23:31:12 -08:00
Timothy J. Baek
b1f1d1d8ae chore: version update 2023-11-14 16:31:02 -08:00
Timothy J. Baek
6a9bef755b feat: backend reverse proxy 2023-11-14 16:28:51 -08:00
Timothy J. Baek
87ad2ac6c7 feat: auth header support 2023-11-14 14:27:42 -08:00
Timothy J. Baek
62a5772bc6 chore: version update 2023-11-12 12:25:46 -08:00
Timothy J. Baek
a938ab3023 fix: model select option text styling 2023-11-12 12:24:13 -08:00
Timothy J. Baek
9dc75f3002 fix: chat history model load 2023-11-12 10:46:37 -08:00
Timothy J. Baek
9bf9ead190 fix: chat history import 2023-11-12 10:36:02 -08:00
Timothy J. Baek
4b4fbf62e4 feat: many models support 2023-11-12 10:30:34 -08:00
Timothy J. Baek
5dff474438 feat: improved chat history openai support 2023-11-11 23:12:32 -08:00
Timothy J. Baek
b6f41a1706 chore: version update 2023-11-11 21:13:32 -08:00
Timothy J. Baek
9bd40c0de6 fix: scroll to bottom button flickering issue 2023-11-11 20:34:47 -08:00
Timothy J. Baek
7a5a803168 fix: chat history styling 2023-11-11 20:31:52 -08:00
Timothy J. Baek
4e4076e267 feat: chat history support 2023-11-11 20:18:03 -08:00
Timothy J. Baek
9ae71b2096 fix: user-friendly name 2023-11-11 18:02:21 -08:00
Timothy J. Baek
5ad9488efa fix: scroll to bottom button 2023-11-11 15:53:32 -08:00
Timothy J. Baek
7785af9de2 feat: scroll to bottom button added 2023-11-11 15:51:03 -08:00
Timothy J. Baek
f1485f01d1 feat: ui improvement 2023-11-11 15:27:35 -08:00
Timothy J. Baek
16f85ca998 doc: version update 2023-11-11 13:31:23 -08:00
Timothy J. Baek
07a08a6b0b fix: cosmetic 2023-11-11 13:30:38 -08:00
Timothy J. Baek
526fcb02c3 feat: speech recognition auto send toggle 2023-11-11 13:20:42 -08:00
Timothy J. Baek
a7420ef4e7 feat: speech recognition support 2023-11-11 13:03:54 -08:00
Timothy J. Baek
fffded8b21 feat: speech recognition ui added 2023-11-10 15:16:25 -08:00
Timothy J. Baek
56514b33e5 feat: json request mode support 2023-11-10 12:43:27 -08:00
Timothy J. Baek
3286552a5d fix: cosmetic 2023-11-09 12:36:48 -08:00
Timothy J. Baek
4b2ecf5d9c fix: select options text 2023-11-09 09:31:28 -08:00
Timothy J. Baek
0920ac679d doc: demo gif 2023-11-08 16:40:58 -08:00
Timothy J. Baek
1db6a5f9fd fix: textarea resizing 2023-11-08 01:25:18 -08:00
Timothy J. Baek
8d38666da1 feat: prose ui update 2023-11-08 00:25:02 -08:00
Timothy J. Baek
ab64931fd3 fix: modal styling 2023-11-08 00:18:34 -08:00
Timothy J. Baek
397ea93324 feat: modal styling update 2023-11-08 00:13:39 -08:00
Timothy J. Baek
2d69cf8cf4 feat: suggestions ui updated 2023-11-08 00:04:05 -08:00
Timothy J. Baek
648d14cd23 feat: model select ui update 2023-11-07 23:51:56 -08:00
Timothy J. Baek
8386b286e2 feat: messages ui update 2023-11-07 23:23:27 -08:00
Timothy J. Baek
1b35af1c62 feat: ui update 2023-11-07 22:46:11 -08:00
Timothy J. Baek
8011d9345d fix: cosmetic 2023-11-07 15:16:20 -08:00
Timothy J. Baek
3b3b7fb46a fix: ollama custom url support 2023-11-06 01:12:27 -08:00
Timothy J. Baek
c0591c9c16 fix: github link added to image 2023-11-05 15:54:06 -08:00
Timothy J. Baek
7a5a29de30 feat: about section added 2023-11-05 15:41:25 -08:00
Timothy J. Baek
eac614b407 fix: button dark theme styling 2023-11-05 15:05:04 -08:00
Timothy J. Baek
f0e1ec75d8 feat: light mode support 2023-11-05 15:01:55 -08:00
Timothy J. Baek
edd3aaeffe feat: gravatar support added 2023-11-05 13:25:23 -08:00
Timothy J. Baek
201b5161f4 feat: settings menu enhancement 2023-11-05 12:55:44 -08:00
Timothy J. Baek
2e0bf3b957 feat: advanced params support 2023-11-04 20:00:17 -07:00
Timothy J. Baek
322661dbcb feat: copy code block enhancement 2023-11-04 19:20:20 -07:00
Timothy J. Baek
4728d426d8 fix: openai error message 2023-11-03 19:30:03 -07:00
Timothy J. Baek
0801ee7dcc feat: gpt-* model support added 2023-11-03 19:15:42 -07:00
Timothy J. Baek
01632775a6 fix: latex markdown rendering 2023-11-03 18:09:11 -07:00
Timothy J. Baek
d8d14fbfba feat: openAI model support added 2023-11-03 17:16:02 -07:00
Timothy J. Baek
f0153b93b4 feat: auto scroll disable & stop generation button added 2023-11-01 19:29:50 -07:00
Timothy J. Baek
b7e59d7101 fix: list formatting enhancement 2023-10-29 00:19:13 -07:00
Timothy J. Baek
ce4973becb fix: unfinished chat load error 2023-10-28 20:18:48 -07:00
Timothy J. Baek
48ac0d9975 fix: empty prompt disabled 2023-10-28 19:58:16 -07:00
Timothy J. Baek
a1544dbc97 feat: message latex support 2023-10-28 15:16:04 -07:00
Timothy J. Baek
2b3069a613 feat: chat title edit 2023-10-28 00:55:34 -07:00
Timothy J. Baek
1887269207 feat: message rating added for research purposes 2023-10-27 23:40:54 -07:00
Timothy J. Baek
81d54b46bd feat: message edit 2023-10-27 23:26:01 -07:00
Timothy J. Baek
7d0ec543b7 doc: troubleshooting guide added 2023-10-24 18:12:00 -07:00
Timothy J. Baek
28ea56c95a feat: copy code block added 2023-10-24 17:57:09 -07:00
Timothy J. Baek
e509dafd78 feat: markdown styling added 2023-10-24 17:49:54 -07:00
Timothy J. Baek
38519a2654 Update SettingsModal.svelte 2023-10-24 02:09:24 -07:00
Timothy J. Baek
e9c83a8897 Update app.html 2023-10-24 01:57:51 -07:00
Timothy J. Baek
b6a780e7c7 feat: enable api_base_url edit from ui 2023-10-24 01:52:19 -07:00
Timothy J. Baek
26a8fd24a2 fix: progress bar 2023-10-22 22:49:51 -07:00
Timothy J. Baek
2095d4abb2 fix: make sure settings model exists 2023-10-22 22:30:18 -07:00
Timothy J. Baek
a09b523381 Update app.css 2023-10-22 17:15:26 -07:00
Timothy J. Baek
08b43fc987 feat: model pull/delete added 2023-10-22 16:40:17 -07:00
Timothy J. Baek
e1361e68ec Update SettingsModal.svelte 2023-10-22 15:37:06 -07:00
AJ ONeal
859adee369
chore: change to API_ENDPOINT to conventional name API_BASE_URL 2023-10-22 12:26:55 -06:00
Timothy J. Baek
86395a8c1f
feat: enable buildtime API_ENDPOINT env var 2023-10-22 12:26:54 -06:00
AJ ONeal
f4f1283cd5
feat: enable static builds 2023-10-22 12:26:54 -06:00
AJ ONeal
d188512263
chore: npm run fmt 2023-10-21 22:47:30 -06:00
AJ ONeal
2eea764378
fix: contants => constants 2023-10-21 22:47:22 -06:00
Timothy J. Baek
dfd992671e toggle suggestions feature added 2023-10-20 13:21:40 -07:00
Timothy J. Baek
dba96eb9a9 settings added 2023-10-20 11:40:09 -07:00
Timothy J. Baek
d00cc58511 chat history import/export added 2023-10-18 22:57:55 -07:00
Timothy J. Baek
ecb4d1b8d9 endpoint error fix 2023-10-18 21:47:28 -07:00
Timothy J. Baek
c5e36c8d11 Update contants.ts 2023-10-18 08:39:38 -07:00
Timothy J. Baek
f5bca7c4d8 Update +page.svelte 2023-10-18 03:15:10 -07:00
Timothy J. Baek
36b3ec9474 endpoint error fixed 2023-10-18 03:10:01 -07:00
Timothy J. Baek
52c563c6a0 external ollama server support added 2023-10-18 02:59:00 -07:00
Timothy J. Baek
7cc79f01cf Update +page.svelte 2023-10-18 02:42:45 -07:00
Timothy J. Baek
3db6bbfd38 Update +page.svelte 2023-10-17 23:35:09 -07:00
Timothy J. Baek
0f41abd7ce Update +page.server.ts 2023-10-17 23:23:05 -07:00
Timothy J. Baek
e7b8921a39 error page added 2023-10-17 18:13:40 -07:00
Timothy J. Baek
d1583babeb Update Navbar.svelte 2023-10-16 02:14:07 -07:00
Timothy J. Baek
de86193cab chat history/code syntax highlighting added 2023-10-16 01:27:26 -07:00
Timothy J. Baek
4af5b21d56 set default model button added 2023-10-12 18:18:07 -07:00
Timothy J. Baek
1f52207dcf code refactored + regenerate button added 2023-10-12 17:45:11 -07:00
Timothy J. Baek
52c5717f97 minor ui update
- skeleton added
- disables 'submitPrompt' until done == true
2023-10-11 21:43:42 -07:00
Timothy J. Baek
569026779b layout updated 2023-10-08 19:58:43 -07:00
Timothy J. Baek
83ae37f154 chat event stream behaviour updated 2023-10-08 19:42:54 -07:00
Timothy J. Baek
568ce38fa1 endpoint address updated 2023-10-08 18:32:54 -07:00
Timothy J. Baek
c4413a7afa edited typo 2023-10-08 16:29:05 -07:00
Timothy J. Baek
9e30abc16a ollama placeholder added 2023-10-08 15:58:33 -07:00
Timothy J. Baek
5e03670f1e chat feature added 2023-10-08 15:38:42 -07:00