https://github.com/n1k0l1n/chatgtpchatbot
This repository demonstrates the use of the Davinci model of OpenAI's GPT API to create a .NET 6 chat bot.
https://github.com/n1k0l1n/chatgtpchatbot
chatbot davinci dotnet-core openai react-vite-ui visualstudio2022
Last synced: 3 months ago
JSON representation
This repository demonstrates the use of the Davinci model of OpenAI's GPT API to create a .NET 6 chat bot.
- Host: GitHub
- URL: https://github.com/n1k0l1n/chatgtpchatbot
- Owner: N1k0l1n
- License: mit
- Created: 2023-12-21T16:31:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T15:16:38.000Z (over 2 years ago)
- Last Synced: 2025-01-21T08:44:44.074Z (over 1 year ago)
- Topics: chatbot, davinci, dotnet-core, openai, react-vite-ui, visualstudio2022
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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