Ma Mana ma Manama
Ma Mana ma Manama
After clicking the "Share link" button, I have noticed that the full content of the thread has been saved on a public (sic) static.s3.amazonaws.com/chats/[AB12345].html page, accessible to all and sundry....
### Version 0.7.4 ### Bug description I have created a couple of custom prompts in the app and it works in the local cache upon restart. I have also created...
### Version 0.8.0 ### Bug description This is a more elegant restatement of [my similar report tucked into this other bug](https://github.com/lencx/ChatGPT/issues/107). In short, it is a "dirty" box with many...
### Feature description See [this closed thread](https://github.com/lencx/ChatGPT/issues/225#issue-1548921048) for reference. It is the first time today that OpenAI itself started to push (quite aggressive) ads via the public (web browser) interface:...
**Description** Same documentation problems as before. After installing, this `python3 -m revChatGPT.Unofficial` produces ``` python3 -m revChatGPT.Unofficial /usr/bin/python3: No module named revChatGPT.Unofficial ``` After rechecking via `peep freeze` I could...
**Description** Out of curiosity, I have also run revChatGPT on a local computer. End-user "newbie" comments: * Improve [the instructions/configuration/setup guide](https://github.com/acheong08/ChatGPT/wiki/Setup) from: > Copy the session token value in __Secure-next-auth.session-token...
Summary: Run e.g. this [one]((https://hub.docker.com/r/am271/gpt2)) ``` sudo docker pull am271/gpt2 sudo docker run --rm -it am271/gpt2 bash python3 ./download_model.py 345M python3 src/interactive_conditional_samples.py --model_name 345M ``` for a properly running version....
See [this](https://github.com/acheong08/EdgeGPT/discussions/69) from weeks ago for some context. Today: * I had my test Edge/MS/Dev account blocked. (Luckily not main one, as I have been expecting this, but still with...
## Checklist - [ X] I'm reporting a feature request - [ X] I've checked for similar feature requests including closed ones ## Description WRITE DESCRIPTION HERE Add this tip...
**Bug report** `pdf2txt.py -t html -o [target].html [source].pdf` was triggering: ``` Traceback (most recent call last): File ".local/bin/pdf2txt.py", line 115, in if __name__ == '__main__': sys.exit(main(sys.argv)) File ".local/bin/pdf2txt.py", line 96,...