- Real-time response. By using HTTP Stream, the program can display every character on the screen as soon as the server responds, without waiting for the entire response to complete.
- Multiple sessions. You can create multiple sessions on the left side of the program, each with its own chat content, which are independent of each other and can be switched freely.
- Multiple languages. When you first start the program, it will detect your system language. If it is a supported language, the program will automatically switch to the corresponding language. You can also manually switch in the settings.
- Hot updates. The configuration information you change in the settings page will take effect immediately in the program, without the need to save the configuration and restart the program, including the "always on top" option and language settings.
- Hotkeys. As a convenient tool, OpenGptChat provides hotkeys for hiding and restoring. They are respectively "Ctrl H" and "Ctrl Shift H". You can invoke the program anywhere.
- Download the latest version in "Releases".
- Create a folder and move "OpenGptChat.exe" into it.
- Open "OpenGptChat.exe", it will automatically generate the configuration and database files in the same location.
- Go to the settings page and set your own "API Key", or you can also customize the "System Message".
- Sit back, relax, and enjoy the fun brought by "OpenGptChat"!
Tip: You can use "Ctrl Enter" to send messages in the text box.
The OpenAI API uses API keys for authentication. Visit your API Keys page to retrieve the API key you'll use in your requests. Usually, the API key is a secret and do not share it with others.
- Learn Binding, Command, Template, Style, Trigger, Animation in WPF.
- Use
LiteDB
to save data without SQL. - Use
CommunityToolkit.Mvvm
in WPF project. - Use
Microsoft.Extensions.Hosting
for DependencyInjection, Configuration. - Use
Hardcodet.NotifyIcon.Wpf
to create a notify icon in WPF applciation. - Use
Microsoft.Xaml.Behaviors.Wpf
to add more operation functions in WPF application. - Use
EleCho.GlobalHotkey.Windows.Wpf
to handle global hotkey in WPF applciation.