Trolann
Trolann t1_jdqzp9l wrote
Reply to comment by mikeyj777 in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
It doesn't recall all previous prompts is my point. It has a max of 4000 tokens of memory. If your sessions are longer than that, it isn't perfectly remembering what you said in the beginning.
Trolann t1_jdqpmtb wrote
Reply to comment by mikeyj777 in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Yes, but what OP posted is a way to do it programmatically, like via the API. You're doing it manually (and your sessions aren't trained or trained-ish either)
Trolann t1_jdqphlq wrote
Reply to comment by sprremix in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Maybe they're doing something like that for GPT4, but I doubt it and know they're not for GPT-3.
From your link (FAQ):
> Is the ChatGPT API included in the ChatGPT Plus subscription?
> No, the ChatGPT API and ChatGPT Plus subscription are billed separately. The API has its own pricing, which can be found at https://openai.com/pricing. The ChatGPT Plus subscription covers usage on chat.openai.com only and costs $20/month.
Trolann t1_jcwc0n0 wrote
Reply to comment by nenkoru in [P] searchGPT - a bing-like LLM-based Grounded Search Engine (with Demo, github) by michaelthwan_ai
A (scarier) command line tool that may be up your alley is pls. I'd only use it in a safe VM for now, but minor edits could give you a way to confirm before execution.
Trolann t1_jdvi2cy wrote
Reply to comment by Rodolflying in GPT_scraper: A way to store ChatGPT conversations through hidden backend api via requests or selenium (no APIKEY needed!) by Rodolflying
Right now GPT4 is 8000 tokens