terminalcommandnewsletter / everything-chatgpt

🔍 Explore what happens under the hood with the ChatGPT web app, its backend API calls and more. And some speculation, of course.
Creative Commons Attribution Share Alike 4.0 International
576 stars 29 forks source link

Misc: My ChatGPT Deep Dives + Code Exploration Notes #6

Open 0xdevalias opened 1 year ago

0xdevalias commented 1 year ago

Is there an existing issue for this?

Issue

Just stumbled upon this repo via a google search and wanted to share some of my past ChatGPT frontend code exploration deep dives in case they are of interest/benefit to the project.

Each of these are a Twitter thread with a number of screenshots, musings, derived info, etc. Top link is the latest one, bottom link is the oldest one.

As you can see from the bottom link, I found references wit the browsing and code/calculator features long before they were publicly announced/known.


https://twitter.com/_devalias/status/1639377155347083264

Given yesterday's announcement of ChatGPT plugin support in waitlisted beta; I figured it might be a good time to look at the frontend source again and see what I can turn up..

You can find my previous explorations here:
- 2: https://twitter.com/_devalias/status/1623962204252033026
- 1: https://twitter.com/_devalias/status/1622102312994099200

https://twitter.com/_devalias/status/1623962204252033026

So I figured I would have a little look into the minified ChatGPT frontend source again today and see what I stumbled upon..

You can see my last exploration in the attached thread from the other day.

https://twitter.com/_devalias/status/1622102312994099200

What's that? ChatGPT [private alpha - confidential]? But i'm not even part of ChatGPT Plus.. Is it still confidential if I am just reading publicly available minified source code?🤔

I wouldn't mind using a 'Web search' or 'Calculator' though..

https://gist.github.com/0xdevalias/4e54bb28a02db5357ea4fa3a872fc5fc

Exploring ChatGPT API's for exporting all history as markdown, etc.

CONTRIBUTING.md

0xdevalias commented 1 year ago

Collated all of the above into a gist + will likely be something I keep updated with new things I find/share over time:

terminalcommandnewsletter commented 1 year ago

I accidentally used this issue number instead of #9, hence the reference above

0xdevalias commented 1 year ago

This is my latest evolution of my code deepdives/etc btw: