You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).