gpt3-cli
gpt3-cli copied to clipboard
A lightweight command-line interface to OpenAI's GPT-3. Temperature, presence, and frequency up to 2. Streaming support
Also includes two wrapper scripts, which prettify the output, and tweak the GPT-3 prompt into a question-answer format. Also increased MAX_TOKENS a bit.
Before this change, the script would fail on Linux, with a sed error
This PR fixes issue #8
You may like to merge the other PR before this one
I followed the installation instructions and nothing is returned when I copy and paste the sample command. `gpt3 -e ada -t 0.5 -f 1 -p 1 "As Descartes said, I...
The cli command fails on linux (ubuntu), it just prints out the sed usage, implying an invalid sed command. I think it's because you have `sed -l` but the l...