Commit Graph

753 Commits (5cbf4f28e843a366c0180e619a25d8f3591a67ae)
 

Author SHA1 Message Date
Adam Treat 482f543675 Handle the fwd of important signals from LLM object so qml doesn't have to deal with which chat is current. 1 year ago
Adam Treat 8b94a23253 Continue to shrink the API space for qml and the backend. 1 year ago
Adam Treat 385743b302 Consolidate these into single api from qml to backend. 1 year ago
Adam Treat 414a12c33d Major refactor in prep for multiple conversations. 1 year ago
Adam Treat 75c8bf28a1 Move the reset and id into the chat object. 1 year ago
Adam Treat bbffa7364b Add new C++ version of the chat model. Getting ready for chat history. 1 year ago
AT 83609bf8a5 Update README.md 1 year ago
AT 5bf8d48b3b Update README.md 1 year ago
AT 40fe88f6ca Update README.md 1 year ago
Adam Treat 037a9a6ec5 Remove these as it is mitigated by repeat penalty and models really should train this out. 1 year ago
AT 0f195eae48 Update README.md 1 year ago
AT c2de4ebb7a Update README.md 1 year ago
Adam Treat 08b38bb4d2 Bump the version. 1 year ago
Adam Treat 9b467f2dee Use the universal sep. 1 year ago
Berkant 183b1e6c85 Update README.md
README.md typo fix.
1 year ago
AT 5d7d5d2a74 Update README.md 1 year ago
AT ac6c3dea61 Update README.md 1 year ago
Adam Treat ae17598a51 Make an offline installer option. 1 year ago
Adam Treat cd41eb3280 Don't attempt to send shutdown which won't work anyway. 1 year ago
Adam Treat 869175bc06 Send optout for real and only once. 1 year ago
Adam Treat 34407f1563 Don't set the app version in the llmodel. 1 year ago
Adam Treat 1f3d4e487f Bump the version. 1 year ago
Adam Treat f70a549975 New version of icns made on a mac. 1 year ago
Adam Treat 6d0bae5362 Add 1024 resolution to icns. 1 year ago
Adam Treat 2e21fb9c81 Fixup icns 1 year ago
Adam Treat 7d0970cbe2 Rework the icon a bit to more closely match macOS style guidelines. 1 year ago
Adam Treat 264408f5bd Always hardcode. 1 year ago
Adam Treat edbd48fe22 Require a direct choice for opt-in 1 year ago
Adam Treat 6bdd866b6d Always hardcode. 1 year ago
Adam Treat 90821b6581 Fixup. 1 year ago
Adam Treat c9c8c60db7 Try to fix uninstall of symlink. 1 year ago
Adam Treat a018a3176e Set the folder when the browse opens 1 year ago
Adam Treat 42cf4e9899 Force ini format for all platforms. 1 year ago
Adam Treat f2b1000fcc No need to install so many icons. 1 year ago
Adam Treat 49d55dd295 Don't delete symlink unless we're uninstalling. 1 year ago
Adam Treat 8bdbcfeaa6 Remove symlink when uninstalling. 1 year ago
Adam Treat f3663cc55e Fix the icons more. 1 year ago
Adam Treat 7c9b936408 Fix icons. 1 year ago
Adam Treat 6df4f8783f Correct the macOS symlink. 1 year ago
Adam Treat 312f1dc354 Fix icons and try to make macOS experience happier. 1 year ago
Aaron Miller c274a03fe7 use C locale for DoubleValidator
Closes https://github.com/nomic-ai/gpt4all-chat/issues/126
1 year ago
Aaron Miller 3db5337ed5 put chat.exe in 'bin' folder of build tree
because this is also in llama.cpp's CMakeLists:
https://github.com/ggerganov/llama.cpp/blob/master/CMakeLists.txt#L11
this is where libllama.dll winds up, causing attempts to run the chat UI
from Qt Creator on Windows to fail due to not finding libllama.dll - I've been
working around this by copying libllama.dll *out* of bin/ but have been
bitten a few times by forgetting to keep doing that and the build getting
out of sync.
1 year ago
Adam Treat 16633b17b8 Convert new ico and icns logos. 1 year ago
Adam Treat 464ba49ce6 Add a requires field for the models.json for future proofing. 1 year ago
Adam Treat 2a5b34b193 Load models from filepath only. 1 year ago
Adam Treat 187e358789 Update ignore. 1 year ago
Adam Treat 5aecb3c0e2 Fix bug with startup order and new logos. 1 year ago
Adam Treat 70ab18f644 Update to latest llama.cpp 1 year ago
Adam Treat 812431f78d New startup dialog features. 1 year ago
Adam Treat ac2aba313a Fix settings dialog to use onClosed handler. 1 year ago