Categorygithub.com/j3yzz/chatgpt-go
modulepackage
0.0.1
Repository: https://github.com/j3yzz/chatgpt-go.git
Documentation: pkg.go.dev

# README

ChatGPT CLI Tools


ChatGPT

Installation

  1. Clone the repository:
git clone https://github.com/j3yzz/chatgpt-go.git
  1. Navigate to the repository directory:
cd chatgpt-go 
  1. 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.

  2. 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

# Structs

No description provided by the author