Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishaljadhav207/chatbot

A Chat Bot Using OpenAI GPT-3.5-turbo API
https://github.com/vishaljadhav207/chatbot

Last synced: 8 days ago
JSON representation

A Chat Bot Using OpenAI GPT-3.5-turbo API

Awesome Lists containing this project

README

        

# RealChatBot

## Prerequisites

Before you begin, make sure you have the following installed on your machine:

- Node.js and npm
- A RapidAPI account with access to the OpenAI GPT-3.5 API

## Installation

1. Clone the repository to your local machine:

```bash
git clone https://github.com/your-username/your-project.git

cd your-project
# Install frontend dependencies

cd front-end
npm install

# Install backend dependencies

npm install

2. Usage
# To run the project locally, follow these steps:
start Backend Server

npm start
The server will start on http://localhost:5000.

start Frontend

cd front-end
npm start

3. Open your web browser and navigate to http://localhost:3000 to view the application.

## RapidAPI Key
To use the OpenAI GPT-3.5 API, you need a RapidAPI key. Follow these steps to obtain your key:

-Sign up for a RapidAPI account: RapidAPI Signup.
-Subscribe to the OpenAI GPT-3.5 API on RapidAPI: OpenAI GPT-3.5 API.
-Obtain your API key from the RapidAPI dashboard.
-Once you have your RapidAPI key, configure it in your project. You may need to update the backend code to include your RapidAPI key in the headers.