Commit Graph

307 Commits (081d32bd97aa17d425706f30e116deba35c02b68)
 

Author SHA1 Message Date
Adam Treat 081d32bd97 Restore the model when switching chats. 1 year ago
Adam Treat 0bb52fc5fe Experiment with a much shorter default prompt template. 1 year ago
Adam Treat 82c1d08b33 Add reverse prompts for llama models. 1 year ago
Adam Treat 01accf9e33 Don't exceed the window size for dialogs. 1 year ago
Adam Treat 0f70289ba4 Changes the datalake feature so all conversations are captured when opted-in. 1 year ago
Aaron Miller edad3baa99 download: make model downloads resumable
* save files as `incomplete-{filename}` in the dest folder
* rename into place after hash is confirmed or delete if hash is bad
* resume downloads using http `range`
* if DL is resumed from a different app session rewind a bit -
  this is to deal with the case where the file size changes before
  the content is fully flushed out
* flush dest file at end of readyRead, this mitigates the above
  and provides backpressure on the download if the destination disk
  is slower than the network connection
1 year ago
Adam Treat 4a09f0f0ec More extensive usage stats to help diagnose errors and problems in the ui. 1 year ago
Adam Treat cb085a6418 Some more startup info to help determine what hardware we need to support. 1 year ago
Adam Treat 21dc522200 Don't block the GUI when reloading via combobox. 1 year ago
Adam Treat 48837a62fa Provide a confirm button for deletion of chats. 1 year ago
Adam Treat bb3e08e3dd Use different border colors if we're current or being edited. 1 year ago
Adam Treat f4f27fc38f Update the right index when removing. 1 year ago
Adam Treat f13f4f4700 Generate names via llm. 1 year ago
Adam Treat a62fafc308 Always have a chat. 1 year ago
Adam Treat 86132cfc8b Don't add new chats willy nilly. 1 year ago
Adam Treat 118e0bdc44 Allow removing chats. 1 year ago
Adam Treat 412cad99f2 Hot swapping of conversations. Destroys context for now. 1 year ago
Adam Treat a48226613c Turn the chat list into a model. 1 year ago
Adam Treat 679b61ee07 Provide convenience methods for adding/removing/changing chat. 1 year ago
Adam Treat 8f80f8e3a2 Break out the drawer into own component. 1 year ago
Adam Treat 6e6b96375d 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 c0d4a9d426 Continue to shrink the API space for qml and the backend. 1 year ago
Adam Treat ed59190e48 Consolidate these into single api from qml to backend. 1 year ago
Adam Treat 4d87c46948 Major refactor in prep for multiple conversations. 1 year ago
Adam Treat e005ab8c0a Move the reset and id into the chat object. 1 year ago
Adam Treat d1e3198b65 Add new C++ version of the chat model. Getting ready for chat history. 1 year ago
AT 65d4b8a886
Update README.md 1 year ago
AT d3d8229b04
Update README.md 1 year ago
AT 8e696bb4e4
Update README.md 1 year ago
Adam Treat 9f323759ce Remove these as it is mitigated by repeat penalty and models really should train this out. 1 year ago
AT ef2e1bd4fe
Update README.md 1 year ago
AT f37e9f9039
Update README.md 1 year ago
Adam Treat 13401fc52f Bump the version. 1 year ago
Adam Treat a6ca45c9dd Use the universal sep. 1 year ago
AT 573e4e1f73
Update README.md 1 year ago
AT 84ffd801ec
Update README.md 1 year ago
Adam Treat 727a74de6c Make an offline installer option. 1 year ago
Adam Treat c4d312ae11 Don't attempt to send shutdown which won't work anyway. 1 year ago
Adam Treat 8aed93daa5 Send optout for real and only once. 1 year ago
Adam Treat 8fe60c29fb Don't set the app version in the llmodel. 1 year ago
Adam Treat 9ebf2537fa Bump the version. 1 year ago
Adam Treat 3cf8f0da13 New version of icns made on a mac. 1 year ago
Adam Treat 8cd3838480 Add 1024 resolution to icns. 1 year ago
Adam Treat 7ed1af3c94 Fixup icns 1 year ago
Adam Treat c0f97fa76c Rework the icon a bit to more closely match macOS style guidelines. 1 year ago
Adam Treat 4a968a8c88 Always hardcode. 1 year ago
Adam Treat 233505c48f Require a direct choice for opt-in 1 year ago
Adam Treat e6b919ee49 Always hardcode. 1 year ago
Adam Treat c794488b25 Fixup. 1 year ago
Adam Treat 23f3ba5b78 Try to fix uninstall of symlink. 1 year ago