# README
ChatGPT CLI Tools

Installation
- Clone the repository:
git clone https://github.com/j3yzz/chatgpt-go.git
- Navigate to the repository directory:
cd chatgpt-go
-
Duplicate the sample_config.json file and rename it to config.json. Obtain your API secret key from the OpenAI platform at https://platform.openai.com/account/api-keys. Once you have obtained your API secret key, insert it into the config.json file.
-
Run the following command to start the tool:
./chatgpt
Note: Ensure that you have the necessary dependencies installed and that your system meets the requirements before running the tool.
# Functions
No description provided by the author