Skip to content

A simple console app to chat with GPT written in C#

Notifications You must be signed in to change notification settings

cnaples79/GPT-Console-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple console app to chat with GPT written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%