Replies: 3 comments 2 replies
-
Recently ChatGPT changed a parameter in their request, and I made a new version to be compatible with that change. Now they have changed that parameter back, so once again I've made a new version to restore functionality. Please update and try again |
Beta Was this translation helpful? Give feedback.
-
@Tecuya oh jeez, how frustrating! Growing pains. Will do, and thanks |
Beta Was this translation helpful? Give feedback.
-
OpenAPI has two things coming that might change things for this project and improve the reliability of chatgpt-wrapper
For either of these, this project is set up so that we could pretty easily make the actual backend a "pluggable" thing and you could potentially choose with a parameter or something whether to use free chatGPT like today, or the public conversations API, or chatGPT plus, and preserve the same shell experience across them all |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Successfully installed last night. This afternoon, I have gone through the steps to activate the shell environment, but no response is delivered when submitting a prompt.
chatgpt install
install
parameter. Program opens and sets a prompt:1>
.. but the prompt is unresponsive; nothing is returned when the prompt is submitted at
enter
.I've restarted the shell, the conda environment, and my machine, and have updated the repo via
git pull origin main
, all to no avail; same problem, just completely unresponsive.Any tips or suggestions? Any log files I can provide?
Kubuntu 5.15.0
Beta Was this translation helpful? Give feedback.
All reactions