MindMate
MindMate copied to clipboard
MindMate is an unofficial application for ChatGPT
MindMate
❄️The project is temporarily frozen (author of the project is in the army)❄️
MindMate is an unofficial application for ChatGPT. The app supports chat settings, can send system messages, delete and edit messages.

How to install
Linux:
Windows:
You can download the archive with the program in the GitHub releases
How to install from source code
Dependencies
Code
Linux:
git clone https://github.com/KoromeloDev/MindMate.git ;\
cd MindMate ;\
cmake . -DCMAKE_BUILD_TYPE=MinSizeRel ;\
cmake --build . ;\
sudo cmake --install .
Windows:
git clone https://github.com/KoromeloDev/MindMate.git &^
cd MindMate &^
cmake . -DCMAKE_BUILD_TYPE=MinSizeRel &^
cmake --build . &^
cmake --install .
How to use
To use the program, you will need an OpenAI account to get an API key and enter it into the settings.
Configuration
To configure the application, you can go to global settings. These settings affect the entire application.

You can also configure each chat individually.

Message role
Each message has a role. There are three roles in total:
- User - a regular user message
- System - used to guide the behavior of your model throughout the conversation
- Assistant - ChatGPT returns a response using this role
