This repository contains various chat-related projects focused on implementing AI-powered conversational interfaces.
A lightweight chat application built with React and Tailwind CSS that connects to OpenAI's API. The goal is to maintain simplicity with everything contained in a single HTML file that can be served by any web server.
- Navigate to the
simple-chatdirectory - Copy
config.json.sampletoconfig.jsonand add your OpenAI API key - Start the server with
python -m http.server 8000 - Open your browser to the provided URL http://localhost:8000
For detailed information about features, installation, configuration, and usage, please see the simple-chat README.
This project is licensed under the Apache License 2.0.
