I hooked up ChatGPT to my live programming system:...
# share-your-work
y
I hooked up ChatGPT to my live programming system: https://twitter.com/YousefED/status/1599512716086910976
i
I haven’t seen anything that points to a chatgpt API - did you reverse engineer their chat interface?
n
I have seen some chatgpt browser extensions use this: https://github.com/ZohaibAhmed/chatgpt-api
y
I can’t hear the audio in https://www.loom.com/share/b3d9dd2d6b1e41bbadb9a696f60a0bfa Is it working for you?
y
No my mic / loom screwed up. Will have to do a retake
@ibdknox there is no official api yet indeed
y
OBS studio has been working well for me. It can both stream to several services (been using YouTube) but also record at the same time.
y
@yairchu here’s a new one if you’re interested 🙂 https://twitter.com/YousefED/status/1599805936280907776
y
Nice. One thing I noticed in the previous trending of GitHub Copilot is that it can do incredible things, like implement the game-of-life in PyGame. However it was really only able to do those because those are common example problems and it’s basically just plagiarising existing sample code. Can you ask GPT to do unique, more complicated things for you? A good example problem would be the new Advent of Code problems which it wasn’t trained on, ideally the more complicated ones.