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)