A simple and modern C# WinForms application that lets you chat with an AI assistant similar to ChatGPT.
Easily configure your API key and model to customize the experience to your needs.
- ๐จ๏ธ ChatGPT-like interface โ clean and minimal desktop chat UI
- ๐ Custom API key โ provide your own API key for authentication
- ๐ง Model selection โ choose from supported AI models
- ๐พ Settings storage โ keep your API credentials and preferences between sessions
- โก Responsive โ designed for smooth user interaction
- .NET Framework 4.8 or higher / .NET 6 (Windows) (depends on your build target)
- Active internet connection
- An OpenAI (or compatible) API key
- Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
- Open the
.slnfile in Visual Studio. - Restore NuGet packages.
- Build and run the project.
- Launch the app.
- Open Settings from the menu.
- Enter your API key and select your preferred AI model.
- Save settings and start chatting!
- C# โ main programming language
- WinForms โ desktop UI framework
- OpenAI API (or API-compatibile service)