Files
chatgpt-cli/README.md
kardolus dfdbcffc11 POC
2023-05-02 07:25:38 -04:00

795 B

ChatGPT CLI

A Proof of Concept (POC) for building ChatGPT clients.

a screenshot

Development

To start developing, set the CHAT_GPT_SECRET_KEY environment variable to your ChatGPT secret key. Follow these steps for running tests and building the application:

  1. Run the unit tests using the following script:
./scripts/unit.sh
  1. Build the app using the installation script:
./scripts/install.sh
  1. After a successful build, test the application with the following command:
./bin/chatgpt what type of dog is a Jack Russel?