chatGPT-shell-cli icon indicating copy to clipboard operation
chatGPT-shell-cli copied to clipboard

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.

Results 58 chatGPT-shell-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi. When I place the API key in `~/.bash_profile` and then run the curl command, upon reopening the bash profile, I consistently observe an empty export generated. Additionally, the environment...

support different api url by set OPENAI_BASE_URL environment variable.

Hi, on the Discord general server, user Sawyer asked whether there is a way to log the current model. Inspired by this I created a PR that adds the suggested...

See issue #154 In addition, fixed two small typos in README

On NixOS `#!/bin/bash` at the start of a script fails, since the bash is somewhere in `/nix/store/`. We start each script with `#!/usr/bin/env bash` since that's supported by most distros...

Some shells don't have the COLUMNS defined in certain cases. This makes fold error: `fold: invalid number of columns: ‘’ ` A sane default would be appreciated. Either really big...

bug

You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors. i want to use it free, as i...

Hi! First of all thank you for making this nice and lightweight piece of tech! I am occasionally faced with the need to change the current model. Instead of closing...

When I did an experiment I ran this script in two different terminal sessions. I gave Session A a prompt (something like 'write hello world in C') I gave Session...