The CHI (Chat Interface) framework provides a simple and flexible chat interface that can be integrated with AI or custom message handling.
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.
- Create a folder named
chi-framework
. - Inside this folder, create the files (
chi.css
,chi.js
,index.html
) with the corresponding code. - Open
index.html
in your web browser to see the chat interface in action.
You can customize the behavior of the chat interface by modifying the onMessageSend
function in index.html
.
This project is licensed under the MIT License - see the LICENSE file for details.