GPTConsoleAPP 🌟
This is a C# console application that allows users to interact with OpenAI's GPT model. It provides a simple and intuitive interface for users to send messages and receive responses from the AI model.
Features 🚀
Easy-to-use: Simple console-based interface for chatting with OpenAI's GPT model. Interactive: Real-time interaction with the AI. Customizable: Easy to modify and extend.
Getting Started 🏁
Prerequisites 📋
- .NET Core 3.1 or later.
- An active OpenAI API key.
Installation 💾
Clone the repository to your local machine. Replace YOUR_API_KEY in the Program.cs file with your actual OpenAI API key.
Usage 🖥️
Run the application, and you will be prompted to type your message. Type your message and hit enter to send it to the OpenAI's GPT model. The AI's response will be displayed immediately after.
To exit the application, simply type exit and hit enter.
Built With 🛠️
C# - The programming language used. .NET Core - The framework used. Newtonsoft.Json - Used for JSON serialization and deserialization.
Authors 🖊️
Tommy Grabowski - Initial work.
License 📄
This project is licensed under the MIT License - see the LICENSE.md file for details.
Acknowledgments 🙏
- OpenAI team for providing the GPT API.
- Tommy Grabowski for development and maintenance.