Skip to content

brockstar299/CHI-Chat-Interface-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHI (Chat Interface) Framework

Overview

The CHI (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.