Skip to content

Releases: aganse/gpt_client

v1.1.0

21 Jan 13:55

Choose a tag to compare

What's Changed

  • Add multiline mode
  • Add some more exception handling
  • Add click by @aganse in #5

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 Aug 18:47
b3383ca

Choose a tag to compare

Python client with gnu-readline based terminal CLI as well as simple gradio based local webapp UI. Allow insertion of content from a webpage url and allows access/editing of user input history.

original bash version of client

20 Aug 18:43

Choose a tag to compare

Has much of the same functionality as more-recent python version of client, but be *very * careful! : The key problem with this old version is that special characters are "leaking thru" and getting into the messages sent to the remote gpt api - a potential major inadvertent privacy breach (ie common result was local directory contents getting listed into the user message submitted to gpt).