Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.52 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.52 KB

OpenAI's DavVinci ChatBot in React and .NET 6

This repository demonstrates the use of the Davinci model of OpenAI's GPT API to create a .NET 6 chat bot.

Overview

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.

Features

  • 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.

Getting Started

Tech Stack

  • Dotnet 6
  • React Vite
  • Visual Studio 2022

Prerequisites

  • .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.

Installation

  1. Clone the repository: git clone https://github.com/N1k0l1n/GPT-API-Client.git
  2. Navigate to the project directory.

Configuration

  1. Set your OpenAI API key in the project configuration file or environment variables.

Usage

  1. Build the project using .NET 6 CLI or IDE.
  2. Run the executable and follow the prompts to interact with the GPT language model.

Examples

  • dotnet build run

Contributing

Contributions are welcome! If you encounter issues or have enhancements to propose, feel free to submit pull requests or issues.

License

This project is licensed under MIT