Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspadax/parallelchats
a macOS app that allows multithread chats with LLM
https://github.com/aspadax/parallelchats
anthropic chatbot desktop generative-ai gpt gpt-4 llm macos openai swift swiftui
Last synced: 12 days ago
JSON representation
a macOS app that allows multithread chats with LLM
- Host: GitHub
- URL: https://github.com/aspadax/parallelchats
- Owner: AspadaX
- License: mit
- Created: 2024-08-23T12:47:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T05:34:37.000Z (5 months ago)
- Last Synced: 2024-12-25T18:41:46.606Z (12 days ago)
- Topics: anthropic, chatbot, desktop, generative-ai, gpt, gpt-4, llm, macos, openai, swift, swiftui
- Language: Swift
- Homepage:
- Size: 170 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ParallelChats
a macOS app that allows multithread chats with LLM## What's for?
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.## How to use this?
1. Download the zip file from the `Release` section.
2. Unzip. Then, drag and drop the app to the `Application` folder.
3. 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.
## Contribution
As always, it is more than welcomed to have people contribute to this project. Just submit
a PR when you want to.## License
This is licensed under MIT, which is free for distribution and modification.