Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.36 KB

ChatShell

Chatshell is a project that enables users to use their operating system as a AI chat platform. This project is currently a work in progress, I suggest running this program only in virtual machines.

Current State

ChatShell is currently in the early stages of development. While functional, it requires several updates to handle complex tasks and improve overall performance.

Getting Started

To get started with Chatshell, you'll need to clone the repository to your local machine:

``` git clone https://github.com/Reshadaliyevr/ChatShell.git ```

Prerequisites

Before you can use Chatshell, you'll need to have the following software installed on your machine:

  • Python 3.5 or higher
  • pip

Installing Dependencies

To install the required Python dependencies for Chatshell, navigate to the project directory and run: pip install -r requirements.txt

Running Chatshell

Once you have installed the dependencies, you can run Chatshell from the command line:

python chatshell.py

Contributing

I welcome contributions to help improve ChatShell! If you're interested in contributing, please see our CONTRIBUTING.md file for guidelines.

Issues

If you encounter any issues while using Chatshell, please open an issue on the GitHub repository page.

License

This project is licensed under the BSL-1.0 license. See the LICENSE file for details.