#gpt-repl - ChatGPT for the Power User

7 messages · Page 1 of 1 (latest)

woven aspen
#

https://github.com/veered/gpt-repl

ChatGPT needs a power-user mode. gpt-repl gives you a terminal UI for interacting with ChatGPT and other GPT-based tools.

The default mode, SynthChat, uses a ChatGPT-like chatbot built directly from GPT-3. It supports features not possible with ChatGPT, including:

  • Write the prefix of the next response
  • Give instructions that will always be followed and never forgetten

Keep in mind, SynthChat is not ChatGPT. It is built directly on top of GPT-3. The performance is comparable in many ways, but they aren't the same. For example, ChatGPT gives much more verbose and complete answers. And SynthChat will almost never refuse to answer a question.

It's not completely finished, but I'd like some feedback.

GitHub

Command line REPL for GPT-based tools. Contribute to veered/gpt-repl development by creating an account on GitHub.

turbid dagger
#

Its really awesome, thank you. the only issue is it cant generate code very well.

woven aspen
#

What sort of code did it not generate well? I've had pretty good success with it creating code

turbid dagger
#

mainly python code, it kept asking me questions about what i wanted, and when i tried forcing it to make the code with ":> ", the code didnt even run.

woven aspen
#

Any chance you could DM me the prompt? If you open that thread in the REPL and type ".print" it'll give you how it internally represents the prompt.

turbid dagger
#

sure, i will need to get an example, my previous thread was quite long.

turbid dagger