This repository demonstrates the use of the Davinci model of OpenAI's GPT API to create a .NET 6 chat bot.
The project showcases the integration of OpenAI's GPT API into a .NET 6 application. It allows users to interact with a language model provided by OpenAI for various text-based tasks, including text generation, summarization, and more.
- GPT API Integration: Utilizes OpenAI's GPT API to perform language-related tasks.
- .NET 6 Executable: Demonstrates the implementation within the .NET 6 environment.
- Text Generation: Shows examples of generating text based on user inputs or prompts.
- Dotnet 6
- React Vite
- Visual Studio 2022
- .NET 6 SDK: Ensure you have .NET 6 SDK installed on your system.
- OpenAI API Key: Obtain an API key from OpenAI for accessing the GPT API.
- Clone the repository:
git clone https://github.com/N1k0l1n/GPT-API-Client.git
- Navigate to the project directory.
- Set your OpenAI API key in the project configuration file or environment variables.
- Build the project using .NET 6 CLI or IDE.
- Run the executable and follow the prompts to interact with the GPT language model.
- dotnet build run
Contributions are welcome! If you encounter issues or have enhancements to propose, feel free to submit pull requests or issues.
This project is licensed under MIT