Chat Data CLI is a command-line tool that enables interactive conversations with databases using OpenAI's GPT language model.
- Clone the repository:
git clone https://github.com/ShengyaoQian/chat-data-cli.git
- Navigate to the project directory:
cd chat-data-cli
- Create and activate a virtual environment (optional but recommended):
python3 -m venv venv
source venv/bin/activate
- Install the project in editable mode:
pip3 install -e .
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.
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.
This project is licensed under the MIT License. See the LICENSE file for details.