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 |
|
jeffser
|
80b433e7a4
|
Code cleaning
|
2024-08-31 19:23:50 -06:00 |
|
jeffser
|
7026655116
|
New instance manager 'ollama_instance'
|
2024-08-31 17:14:39 -06:00 |
|
jeffser
|
809e23fb9c
|
Added autoscrolling
|
2024-08-30 20:10:31 -06:00 |
|
jeffser
|
69eaa56240
|
Fixed attachments
|
2024-08-30 14:12:01 -06:00 |
|
jeffser
|
df2a9d7b26
|
Tweaked model selector appearance
|
2024-08-30 13:42:52 -06:00 |
|
jeffser
|
0999a64356
|
Restored image recognition
|
2024-08-30 12:42:48 -06:00 |
|
jeffser
|
ea0caf03d6
|
Fixed copy code block button
|
2024-08-30 12:42:24 -06:00 |
|
jeffser
|
01b38fa37a
|
Added back support for creating models
|
2024-08-28 11:51:12 -06:00 |
|
jeffser
|
d0735de129
|
New model manager (create model doesn't work yet)
|
2024-08-27 23:25:58 -06:00 |
|
jeffser
|
5cf2be2b7d
|
Actually stop the thread when the message generation stops
|
2024-08-26 23:16:49 -06:00 |
|
jeffser
|
6f9b3b7c02
|
Changed message footer format
|
2024-08-26 14:26:13 -06:00 |
|
jeffser
|
db198e10c0
|
Added back regenerate button
|
2024-08-26 14:05:42 -06:00 |
|
jeffser
|
4545f5a1b2
|
Rewrite of Chat / Message / Model selector systems
|
2024-08-26 13:16:55 -06:00 |
|
jeffser
|
68c03176d4
|
Made directory for custom widgets
|
2024-08-23 13:52:43 -06:00 |
|