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

https://github.com/1337fury/web-bot

A web-based chat interface that uses OpenAI's GPT model to assist with web development tasks
https://github.com/1337fury/web-bot

ai bots openai web web-bot

Last synced: 2 months ago
JSON representation

A web-based chat interface that uses OpenAI's GPT model to assist with web development tasks

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.