https://github.com/shaadclt/chatbot-javascript-html-css
A simple chatbot implementation using JavaScript and integration with the OpenAI GPT-3.5 Turbo model.
https://github.com/shaadclt/chatbot-javascript-html-css
Last synced: 6 months ago
JSON representation
A simple chatbot implementation using JavaScript and integration with the OpenAI GPT-3.5 Turbo model.
- Host: GitHub
- URL: https://github.com/shaadclt/chatbot-javascript-html-css
- Owner: shaadclt
- Created: 2023-11-28T14:23:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T14:58:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T09:41:26.892Z (8 months ago)
- Language: CSS
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Chatbot with OpenAI GPT-3.5 Turbo
A simple chatbot implementation using JavaScript and integration with the OpenAI GPT-3.5 Turbo model.
## Features
- User-friendly chat interface.
- Integration with OpenAI GPT-3.5 Turbo.
- Responsive design for mobile and desktop.## Prerequisites
- Modern web browser
- Code editor (e.g., Visual Studio Code)## Installation
```bash
git clone https://github.com/shaadclt/Chatbot-Javascript-HTML-CSS.git
```## Usage
1. Open `index.html` in a web browser.
2. Interact with the chatbot by entering messages in the input field.
3. Explore the chatbot's responses.
## Configuration
Update the `API_KEY` variable in `script.js` with your actual OpenAI GPT-3.5 Turbo API key.
```javascript
const API_KEY = "PASTE-YOUR-API-KEY"; // Paste your API key here
```## Customization
Feel free to customize the chatbot appearance and behavior by modifying the HTML, CSS, and JavaScript files.## License
This project is licensed under the MIT License.## Acknowledgments
BootstrapMade.com for the original template.## Contact
For any inquiries or feedback, please contact shaadclt@gmail.com.