Commit graph

446 commits

Author SHA1 Message Date
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