mirror of
https://github.com/kardolus/chatgpt-cli.git
synced 2024-09-08 23:15:00 +03:00
dfdbcffc11cbb09b4307761f9e2e924164c984cf
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?
Links
Languages
Go
96.4%
Shell
2.8%
CSS
0.8%
