Commit graph

1081 commits

Author SHA1 Message Date
Timothy Jaeryang Baek
d6b139cfe9
Merge pull request #559 from peperunas/patch-2
fix: use exec the uvicorn process to handle Docker's SIGTERM correctly
2024-01-25 00:47:45 -08:00
Timothy Jaeryang Baek
a243e53bfe
Merge pull request #536 from lucasew/backend-data-dir
Unhardcode some stuff, flexibilize dotenv requirement
2024-01-25 00:42:12 -08:00
Timothy J. Baek
326af5a648 refac 2024-01-25 00:40:19 -08:00
Timothy Jaeryang Baek
755cadb522
Merge pull request #563 from yeahdongcn/main
Add default voice setting and apply to chat
2024-01-25 00:34:08 -08:00
Timothy Jaeryang Baek
d29321f1ec
Merge pull request #554 from Marclass/main
feat: Add excel parser for RAG
2024-01-25 00:33:32 -08:00
Timothy J. Baek
4e468dc58c refac 2024-01-25 00:24:49 -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 Jaeryang Baek
fa5918ad13
Merge branch 'main' into main 2024-01-25 00:13:12 -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
Timothy Jaeryang Baek
39986c4ec8
Merge pull request #565 from ollama-webui/search-fix
fix: search
2024-01-24 23:51:53 -08:00
Timothy J. Baek
3848b2c8ed fix: search 2024-01-24 23:51:22 -08:00
Xiaodong Ye
b297b432f7 Add default voice setting and apply to chat 2024-01-25 15:07:00 +08:00
Giulio De Pasquale
1cbbfc7c66
fix: use exec the uvicorn process to handle Docker's SIGTERM correctly
Replace the shell with the uvicorn process, so it becomes PID 1 and receives the signals directly
2024-01-24 17:57:35 +00:00
Timothy Jaeryang Baek
b6d9cf3bc8
Merge pull request #553 from baumandm/chore/fast-docker-builds
chore: optimize dockerfile order for caching
2024-01-23 14:23:17 -08:00
Marclass
1e932d91cb Update constants.ts
add excel file ext
2024-01-23 14:04:40 -07:00
Marclass
8bfda730d9 add excel document support 2024-01-23 14:03:22 -07:00
lucasew
8da06f5e74 fixes after the refactor
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-01-23 12:59:52 -03:00
Dave Bauman
255fbb3c96
chore: optimize dockerfile order for caching 2024-01-23 07:48:27 -05: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
Timothy J. Baek
5188bab560 Update Dockerfile 2024-01-22 23:11:50 -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 Jaeryang Baek
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
Marclass
2e4373c63e
Merge branch 'ollama-webui:main' into main 2024-01-22 21:01:33 -07:00
Timothy Jaeryang Baek
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 Baek
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 J. Baek
d2c5f3d591 refac: convert str var to f-string 2024-01-22 01:47:07 -08:00
Timothy Jaeryang Baek
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 Baek
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 Baek
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
lucasew
5b26d2a686 backend: make the data directory and the artifacts from the frontend customizable using environment variables
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-01-19 17:13:09 -03:00
lucasew
e3503d6617 backend: make dotenv optional
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-01-19 17:12:14 -03: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
Marclass
35ace57784 add rst document for RAG 2024-01-19 10:48:04 -07:00