mirror of
https://github.com/kardolus/chatgpt-cli.git
synced 2024-09-08 23:15:00 +03:00
795 B
795 B
ChatGPT CLI
A Proof of Concept (POC) for building ChatGPT clients.
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:
- Run the unit tests using the following script:
./scripts/unit.sh
- Build the app using the installation script:
./scripts/install.sh
- After a successful build, test the application with the following command:
./bin/chatgpt what type of dog is a Jack Russel?
