kardolus dfdbcffc11 POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00
POC
2023-05-02 07:25:38 -04:00

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?
Description
ChatGPT CLI is a versatile tool for interacting with ChatGPT models via OpenAI and Azure, as well as with models from Perplexity AI. It offers streaming, query mode, and history tracking for seamless, context-aware interactions. With extensive configurati
Readme MIT 6 MiB
Languages
Go 96.4%
Shell 2.8%
CSS 0.8%