Timothy J. Baek
|
7d2f788a3b
|
feat: import collection from chat input
|
2024-02-03 15:48:44 -08:00 |
|
Timothy J. Baek
|
7467b7fd67
|
feat: web doc url link
|
2024-02-01 12:45:38 -08:00 |
|
Timothy J. Baek
|
268497f963
|
feat: remove model selection limit
|
2024-02-01 12:36:21 -08:00 |
|
Timothy J. Baek
|
2f1f2b12b4
|
feat: invalid url error handling
|
2024-01-26 22:22:37 -08:00 |
|
Timothy J. Baek
|
28226a6f97
|
feat: web rag support
|
2024-01-26 22:17:28 -08:00 |
|
Timothy J. Baek
|
77e27ce248
|
fix: styling
|
2024-01-26 21:39:53 -08:00 |
|
Timothy J. Baek
|
0c322063b5
|
feat: use local profile image by default
|
2024-01-26 21:38:33 -08:00 |
|
Timothy J. Baek
|
3ce8f3e8fb
|
feat: profile update frontend integration
|
2024-01-26 21:22:25 -08:00 |
|
Timothy J. Baek
|
a24217f670
|
refac: model select option wording
|
2024-01-25 01:27:35 -08:00 |
|
Xiaodong Ye
|
695bc56144
|
Remove the commented-out code
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
|
2024-01-25 16:19:38 +08:00 |
|
Timothy J. Baek
|
3b7f7c6e32
|
fix: loop until voice list available
|
2024-01-25 00:07:27 -08:00 |
|
Timothy J. Baek
|
9101c174d8
|
refac: voice setting moved to add-on
|
2024-01-25 00:02:46 -08:00 |
|
Xiaodong Ye
|
b297b432f7
|
Add default voice setting and apply to chat
|
2024-01-25 15:07:00 +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 |
|
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
|
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 |
|
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
|
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
|
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 |
|
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
|
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
|
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
|
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 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
|
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
|
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
|
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
|
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 |
|