a macOS app that allows multithread chats with LLM
As a programmer, it is convenient to just ask the LLM to learn new concepts and knowledge. However, when chatting with LLMs, it is usually not avoidable to jump back and forth between different topics. While the existing UIs for LLM conversations are great, but I did not find a good candidate that allows for multithread chats all at the same time.
For this reason, I created this app to make multithread chats possible, although it is just a small app which has no other fancy functionalities.
The app allows users to open multiple windows when chatting to the LLM. So it is great for jumping back and forth between different topics.
- Download the zip file from the
Release
section. - Unzip. Then, drag and drop the app to the
Application
folder. - Open and enjoy!
Note
You may need to setup your own API credentials and connections in the Settings
by hitting CMD + ,
.
To start a new window/thread, hit CMD + N
. Or, you may click the +
button to start a new tab.
As always, it is more than welcomed to have people contribute to this project. Just submit a PR when you want to.
This is licensed under MIT, which is free for distribution and modification.