Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 845 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 845 Bytes

Chat Interface framework

Overview

The Chat Interface framework provides a simple and flexible chat interface that can be integrated with AI or custom message handling.

Project Structure

  • chi.css: Styles for the chat interface.
  • chi.js: JavaScript logic for chat functionality.
  • index.html: The main HTML file to run the chat interface.

Setup Instructions

  1. Create a folder named chi-framework.
  2. Inside this folder, create the files (chi.css, chi.js, index.html) with the corresponding code.
  3. Open index.html in your web browser to see the chat interface in action.

Customization

You can customize the behavior of the chat interface by modifying the onMessageSend function in index.html.

License

This project is licensed under the MIT License - see the LICENSE file for details.