64 Commits

Author SHA1 Message Date
jeffser
f6975f1b6d Forgot to import a library 2024-10-11 15:29:38 -06:00
jeffser
19523ba37a Fixed bug of model duplication when switching instances 2024-10-11 14:50:22 -06:00
jeffser
12fb88f3fd Removed references to old dialog system 2024-10-11 13:28:02 -06:00
jeffser
ef8ec59977 Made functions more readeable 2024-10-10 22:23:53 -06:00
jeffser
3156c70260 Rewrote a whole new dialog system cause I was bored 2024-10-10 22:14:08 -06:00
jeffser
7f042a906d Much better markup rendering 2024-10-09 21:31:08 -06:00
jeffser
38abd208ff Much better message block rendering 2024-10-09 20:48:04 -06:00
jeffser
57184f0a5c Remove digests when canceling the download of a model 2024-10-09 10:46:16 -06:00
jeffser
df568c7217 Verify image recognition only at launch 2024-10-09 10:13:00 -06:00
jeffser
70c183c71d Rewritten edit system (cancel and save buttons) 2024-10-08 19:26:51 -06:00
jeffser
b44d457bc5 Removed unused variable 2024-10-08 19:01:38 -06:00
jeffser
b952fa07b5 Replaced sudo with pkexec in custom scripts 2024-10-07 13:01:12 -06:00
jeffser
15bd4335e8 Use system for terminal if it is allowed to 2024-10-07 12:33:35 -06:00
jeffser
aa1fbcebe7 Copy shortcut 2024-10-07 10:37:14 -06:00
jeffser
66a9627b29 Better styling for terminal 2024-10-07 02:17:34 -06:00
jeffser
29a5251d63 Virtual terminal! 2024-10-07 02:02:27 -06:00
jeffser
67d572bd64 Even better code block detection 2024-10-06 22:23:37 -06:00
jeffser
06769aba90 Fixed codeblock detection when it doesn't have a language 2024-10-06 22:21:42 -06:00
jeffser
f5845e95e6 Added compatibility with python scripts 2024-10-06 22:16:06 -06:00
jeffser
4d529619d6 Better recognition for code blocks 2024-10-06 22:03:33 -06:00
jeffser
c1c30c993c Run Bash scripts on a terminal straight from chat :D 2024-10-06 21:13:00 -06:00
jeffser
7da70097f2 Fixed bug with text messages being loaded at launch 2024-10-06 19:24:32 -06:00
jeffser
0be0942da3 Fix: Text rendering causing crash because of notification being in a different thread 2024-09-29 16:07:12 -06:00
jeffser
633507fecd Quick fix to message generation 2024-09-25 09:34:12 -06:00
ProjectMoon
61d2e7c7a0
Use show API to detect vision. (#316)
* Use show API to detect vision.

* Update so it actually works.

* Removed Cache

---------

Co-authored-by: Jeffry Samuel <jeffrysamuer@gmail.com>
2024-09-21 16:39:22 -06:00
jeffser
5150fd769a Message search (yeah finally) 2024-09-21 15:50:38 -06:00
jeffser
f8d18afd13 Fixed right click on messages sometimes crashes app 2024-09-18 17:45:21 -06:00
jeffser
e8cfc9a9ee Update welcome dialog 2024-09-17 21:27:19 -06:00
jeffser
13a076bd9f Instant launch 2024-09-17 21:14:58 -06:00
jeffser
1ee36b113a Fixed stop button 2024-09-17 19:46:28 -06:00
jeffser
318f15925f Fixed spinner 2024-09-16 18:30:48 -06:00
jeffser
f96b652605 Changed appearance of delete / stop buttons 2024-09-16 10:37:58 -06:00
jeffser
51d2326dee Fixed clear chat 2024-09-11 10:51:04 -06:00
jeffser
a591270d58 Removed prints 2024-09-02 18:40:23 -06:00
jeffser
d3159ae6ea Fixed regeneration 2024-09-02 17:22:54 -06:00
jeffser
c2c047d8b7 Save at send message and fixed copy button on code blocks 2024-09-02 17:00:35 -06:00
jeffser
4e77898487 Fixed export chat 2024-09-02 16:16:27 -06:00
jeffser
758e055f1c Added save on rename, duplicate and import of chats 2024-09-02 16:10:53 -06:00
jeffser
687b99f9ab Update welcome screen when a model is pulled / created / deleted 2024-09-02 13:36:17 -06:00
jeffser
5a28a16119 Fixed pull model 2024-09-02 12:52:15 -06:00
jeffser
d33e9c53d8 Removed unnecesary code 2024-09-02 12:43:41 -06:00
jeffser
4926cb157e Removed unnecesary timer start and added *60 to make it minutes 2024-09-02 02:56:57 -06:00
jeffser
0d3b544a73 Finished timer implementation 2024-09-02 02:55:02 -06:00
jeffser
c32d0acfd4 Added back chat notifications 2024-09-02 00:43:49 -06:00
jeffser
1b94864422 Added new message indicator 2024-09-01 16:56:18 -06:00
jeffser
f831466d87 Better handling of focus with messages 2024-08-31 22:00:57 -06:00
jeffser
a54ec6fa9d Added spinner for chats receiving messages 2024-08-31 22:00:42 -06:00
jeffser
ed3136cffd Reverting that 2024-08-31 20:42:34 -06:00
jeffser
e37c5acbf9 Save selected chat when chat is changed 2024-08-31 20:41:50 -06:00
jeffser
9d2ad2eb3a Scroll to bottom when chat is changed 2024-08-31 20:37:35 -06:00