Original Basic Chatbot tool that works on CLI in Mac and Linux You can use this in the VS Code to maximize your productivity!
This Python script is a command line interface (CLI) tool that interacts with OpenAI's GPT-3.5 or GPT-4 language models, based on the availability of your API key.
- Click the UNIX executable in the dist directory or execute the path like ./dist/cli_chad
- Input your OpenAI API key in the CLI (the key begins with sk-)
- If the API key is verified, you can use ChatGPT in your CLI! If your OpenAI account has access to GPT-4, this app runs on GPT-4 If not, this app runs on GPT-3.5-Turbo
! The API Key in this Picture has already been revoked, nice try :) !
You can exit with Control + C