Commit Graph
1056 Commits
Author SHA1 Message Date
Marclass 8bfda730d9 add excel document support 2024-01-23 14:03:22 -07:00
Marclass 7eea3ef313 copy list of file ext from backend to front end 2024-01-23 00:00:07 -07:00
Timothy Jaeryang BaekandGitHub 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 Jaeryang BaekandGitHub e2ec19b472 Merge pull request #548 from ollama-webui/custom-interface
feat: custom interface support
2024-01-22 21:55:31 -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 4e1b52e91b feat: custom interface support 2024-01-22 21:07:40 -08:00
MarclassandGitHub 2e4373c63e Merge branch 'ollama-webui:main' into main 2024-01-22 21:01:33 -07:00
Timothy Jaeryang BaekandGitHub b246c62d2c Merge pull request #545 from ollama-webui/openai-fix
fix: openai
2024-01-22 09:46:39 -08:00
Timothy J. Baek d67c632920 fix: openai 2024-01-22 09:45:56 -08:00
Timothy Jaeryang BaekandGitHub 92d85ae2e6 Merge pull request #543 from ollama-webui/message-refac
refac: response message
2024-01-22 04:17:58 -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
Timothy Jaeryang BaekandGitHub 1abe5a5487 Merge pull request #537 from CreatorGhost/fix-gpt-4-vision
Add max_tokens workaround for gpt-4-vision-preview model
2024-01-22 01:41:57 -08:00
Timothy J. Baek 83181b7968 fix: add max_token only when field not present 2024-01-22 01:41:00 -08:00
Timothy J. Baek b26e0fb7e7 refac 2024-01-22 01:37:54 -08:00
Timothy Jaeryang BaekandGitHub 95da5ab8e0 Merge pull request #538 from Shiyinq/refactor-signup
feat: add guard clause to improve signup process
2024-01-21 15:36:09 -08:00
Timothy Jaeryang BaekandGitHub daa6bedcf9 Merge pull request #535 from bhulston/fix/chat-imports
Add validation for chatGPT imports, stopping any breaking issues with imports of incompatible chats
2024-01-21 13:44:11 -08:00
Shiyinq 6a63c94153 feat: add guard clause to improve signup process 2024-01-20 21:54:53 +07:00
Aditya Pratap Singh 60afd6ecdd Add workaround for gpt-4-vision-preview model that support 4k tokens 2024-01-20 04:34:47 +05:30
Aditya Pratap Singh 8662437a9f Add workaround for gpt-4-vision-preview model 2024-01-20 04:17:06 +05:30
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
Marclass 35ace57784 add rst document for RAG 2024-01-19 10:48:04 -07:00
MarclassandGitHub e2edbedede Merge pull request #1 from Marclass/rag-arbitrary-files
Allow any file to be used for RAG.
2024-01-19 10:44:53 -07:00
Timothy Jaeryang BaekandGitHub 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 Jaeryang BaekandGitHub ff33aa37ae Merge pull request #522 from ollama-webui/import-chat-fix
fix: old chat log import issue
2024-01-18 16:39:46 -08:00
Timothy J. Baek 1a06b0cea6 fix: old chat log import issue 2024-01-18 16:38:47 -08:00
Timothy Jaeryang BaekandGitHub 4e6207f888 Merge pull request #511 from ollama-webui/tags
feat: convo tagging
2024-01-18 02:58:47 -08:00
Timothy J. Baek 76529acced doc: feature 2024-01-18 02:57:31 -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 077f1fa34b feat: convo tagging backend support 2024-01-18 00:58:45 -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 Jaeryang BaekandGitHub 541cf36601 Merge pull request #509 from ollama-webui/stop-fix
feat: terminate request on user stop
2024-01-17 19:43:29 -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
Marclass 6070e6bcd1 add svelte type to RAG 2024-01-17 20:10:34 -07:00
Timothy Jaeryang BaekandGitHub 684bdf5151 Merge pull request #506 from ollama-webui/model-size
feat: display model size
2024-01-17 17:58:47 -08:00
Timothy J. Baek bb2563f1c4 feat: display model size 2024-01-17 17:56:36 -08:00
Timothy Jaeryang BaekandGitHub 74da8ebf5b Merge pull request #505 from ollama-webui/message-ts
feat: message ts
2024-01-17 17:47:54 -08:00