https://github.com/1337fury/web-bot
https://github.com/1337fury/web-bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1337fury/web-bot
- Owner: 1337fury
- Created: 2024-08-18T10:46:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T10:56:43.000Z (9 months ago)
- Last Synced: 2024-08-18T13:33:55.244Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Bot
A web-based chat interface that uses OpenAI's GPT model to assist with web development tasks. It allows users to interact with an AI assistant specializing in HTML, CSS, and JavaScript code generation.## Setup
1. Clone this repository to your local machine.
2. Open `index.html` in a web browser.
3. Enter your OpenAI API key in the provided input field and click "Save Key".## Usage
1. Type your web development question or request in the input field.
2. Click "Send" or press Enter to submit your message.
3. The AI assistant will respond with relevant information or code snippets.
4. You can download the chat history or clear the chat using the buttons provided.