Skip to content

ShengyaoQian/chat-data-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages