Giter Club home page Giter Club logo

aiconverse's Introduction

tiger ai

ChatGPT Integration with C#

This project demonstrates the integration of ChatGPT, a language model developed by OpenAI, with C# using the OpenAI API. It allows you to interact with the ChatGPT model and generate human-like responses to user inputs.

Prerequisites

To run this project, you'll need the following:

  • .NET Core SDK 7.0.302
  • OpenAI API key

Installation

  1. Clone the repository: git clone [email protected]:ZeraAI/AIConverse.git
  2. Navigate to the project directory: cd AIConverse
  3. Set your OpenAI API key in the appsettings.json file.

Usage

  1. Build the project: dotnet build
  2. Run the application: dotnet run
  3. Enter your input and press Enter.
  4. The application will send the input to the ChatGPT model and display the generated response.

Configuration

Make sure to set your OpenAI API key in the appsettings.json file. Replace YOUR_API_KEY with your actual API key:

{
  "OpenAI": {
    "ApiKey": "YOUR_API_KEY"
  }
}

Customization

You can customize the behavior of the ChatGPT integration by modifying the code in the ChatGptService.cs file. Adjust the parameters passed to the OpenAIService.Complete() method to control the response generation.

License

This project is licensed under the [license name]. See the LICENSE file for more details.

Acknowledgments

  • OpenAI for providing the ChatGPT model and API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.