Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vishaljadhav207/chatbot
- Owner: vishaljadhav207
- Created: 2024-01-21T17:24:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T18:10:43.000Z (11 months ago)
- Last Synced: 2024-01-22T21:05:20.519Z (11 months ago)
- Language: JavaScript
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd your-project
# Install frontend dependencies
cd front-end
npm install
# Install backend dependenciesnpm 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 start3. 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.