Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.04 KB

Chat Data CLI

Chat Data CLI is a command-line tool that enables interactive conversations with databases using OpenAI's GPT language model.

Installation

  1. Clone the repository:
git clone https://github.com/ShengyaoQian/chat-data-cli.git
  1. Navigate to the project directory:
cd chat-data-cli
  1. Create and activate a virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activate
  1. Install the project in editable mode:
pip3 install -e .

Usage

To start a conversation with GPT-3, run the following command:

chat-data

You will be prompted to enter your messages in a conversational format. Press Enter to send each message, and the CLI will display GPT-4's response. Type 'quit' to exit the CLI.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request.

License

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