Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.61 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.61 KB

CLI-Cheshire-Cat-Chat

Welcome to the Cheshire Cat CLI Chat Interface! This interface allows you to chat with The Cheshire Cat, a customizable AI framework. .

Installation

To use this interface, you will need to have Python and pip installed. Additionally, you will need to install the following dependencies: rich, websocket, websocket-client, and halo. You can do this by running the following command in your terminal:

pip install -r requirements.txt

Once you have installed the dependencies, you can launch the chat interface by running the following command in your terminal:

python -m main

Please note that launching the chat interface expects to find the Cheshire Cat Core at localhost:1865. In the future, we plan to add configuration options for various aspects of the Cheshire Cat, such as the LLM and embedder choices, LLM API key, Cheshire Cat API key, different Cheshire Cat core ports, and the ability to choose a username for both the user and the cat.

Contributing

We welcome contributions from the community! To contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and test them thoroughly.
  4. Submit a pull request from your branch to the main branch of the original repository.
  5. We will review your changes and merge them if they meet our standards.

If you have any questions or would like to contribute something that is not on our roadmap, please contact us or open an issue before submitting a pull request. Thank you for your interest in our project!