Commit Graph

385 Commits (f7aeeca884579e03340532b0133d68b1b0f8f95e)

Author SHA1 Message Date
Adam Treat f7aeeca884 Revert the release. 8 months ago
Adam Treat 16a84972f6 Bump to new version and right the release notes. 8 months ago
Jared Van Bortel 4dbe2634aa models2.json: update models list for the next release 8 months ago
Adam Treat 233f0c4201 Bump the version for our next release. 9 months ago
Gerhard Stein 3e99b90c0b Some cleanps 9 months ago
Cal Alaera 528eb1e7ad
Update server.cpp to return valid created timestamps (#1763)
Signed-off-by: Cal Alaera <59891537+CalAlaera@users.noreply.github.com>
9 months ago
Jared Van Bortel d1c56b8b28
Implement configurable context length (#1749) 9 months ago
Jared Van Bortel 3acbef14b7
fix AVX support by removing direct linking to AVX2 libs (#1750) 9 months ago
Jared Van Bortel 0600f551b3
chatllm: do not attempt to serialize incompatible state (#1742) 9 months ago
Adam Treat fb3b1ceba2 Do not attempt to do a blocking retrieval if we don't have any collections. 10 months ago
Moritz Tim W 012f399639
fix typo (#1697) 10 months ago
Adam Treat a328f9ed3f Add a button to the collections dialog. Fix close button. 10 months ago
Adam Treat e4ff972522 Bump and release v2.5.4 10 months ago
Adam Treat 4862e8b650 Networking retry on download error for models. 10 months ago
Jared Van Bortel 078c3bd85c
models2.json: add Orca 2 models (#1672) 10 months ago
Adam Treat 9e27a118ed Fix system prompt. 10 months ago
Adam Treat 34555c4934 Bump version and release notes for v2.5.3 10 months ago
Adam Treat 9a3dd8815d Fix GUI hang with localdocs by removing file system watcher in modellist. 10 months ago
Adam Treat c1809a23ba Fix text color on mac. 10 months ago
Adam Treat 59ed2a0bea Use a global constant and remove a debug line. 10 months ago
Adam Treat eecf351c64 Reduce copied code. 10 months ago
AT abd4703c79 Update gpt4all-chat/embllm.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago
AT 4b413a60e4 Update gpt4all-chat/embeddings.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago
AT 17b346dfe7 Update gpt4all-chat/embeddings.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago
AT 71e37816cc Update gpt4all-chat/qml/ModelDownloaderDialog.qml
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
Signed-off-by: AT <manyoso@users.noreply.github.com>
10 months ago
Adam Treat 371e2a5cbc LocalDocs version 2 with text embeddings. 10 months ago
Adam Treat bc88271520 Bump version to v2.5.3 and release notes. 11 months ago
cebtenzzre 5508e43466 build_and_run: clarify which additional Qt libs are needed
Signed-off-by: cebtenzzre <cebtenzzre@gmail.com>
11 months ago
cebtenzzre 79a5522931 fix references to old backend implementations 11 months ago
Adam Treat f529d55380 Move this logic to QML. 11 months ago
Adam Treat 5c0d077f74 Remove leading whitespace in responses. 11 months ago
Adam Treat 131cfcdeae Don't regenerate the name for deserialized chats. 11 months ago
Adam Treat dc2e7d6e9b Don't start recalculating context immediately upon switching to a new chat
but rather wait until the first prompt. This allows users to switch between
chats fast and to delete chats more easily.

Fixes issue #1545
11 months ago
Adam Treat 89a59e7f99 Bump version and add release notes for 2.5.1 11 months ago
cebtenzzre f5dd74bcf0
models2.json: add tokenizer merges to mpt-7b-chat model (#1563) 11 months ago
cebtenzzre e90263c23f
make scripts executable (#1555) 11 months ago
cebtenzzre c25dc51935 chat: fix syntax error in main.qml 11 months ago
Victor Tsaran 721d854095
chat: improve accessibility fields (#1532)
Co-authored-by: cebtenzzre <cebtenzzre@gmail.com>
11 months ago
Adam Treat 9e99cf937a Add release notes for 2.5.0 and bump the version. 11 months ago
cebtenzzre 245c5ce5ea
update default model URLs (#1538) 11 months ago
cebtenzzre 4338e72a51
MPT: use upstream llama.cpp implementation (#1515) 11 months ago
cebtenzzre fd3014016b
docs: clarify Vulkan dep in build instructions for bindings (#1525) 11 months ago
cebtenzzre ac33bafb91
docs: improve build_and_run.md (#1524) 11 months ago
Aaron Miller 10f9b49313 update mini-orca 3b to gguf2, license
Signed-off-by: Aaron Miller <apage43@ninjawhale.com>
11 months ago
niansa/tuxifan a35f1ab784
Updated chat wishlist (#1351) 11 months ago
Adam Treat 908aec27fe Always save chats to disk, but save them as text by default. This also changes
the UI behavior to always open a 'New Chat' and setting it as current instead
of setting a restored chat as current. This improves usability by not requiring
the user to wait if they want to immediately start chatting.
11 months ago
cebtenzzre 04499d1c7d
chatllm: do not write uninitialized data to stream (#1486) 11 months ago
Adam Treat f0742c22f4 Restore state from text if necessary. 11 months ago
Adam Treat 35f9cdb70a Do not delete saved chats if we fail to serialize properly. 11 months ago
cebtenzzre 9fb135e020
cmake: install the GPT-J plugin (#1487) 12 months ago