https://futureofcoding.org/ logo
#share-your-work
Title
# share-your-work
y

Yousef El-Dardiry

12/04/2022, 9:16 PM
I hooked up ChatGPT to my live programming system: https://twitter.com/YousefED/status/1599512716086910976
i

ibdknox

12/04/2022, 10:25 PM
I haven’t seen anything that points to a chatgpt API - did you reverse engineer their chat interface?
n

Nilesh Trivedi

12/05/2022, 11:38 AM
I have seen some chatgpt browser extensions use this: https://github.com/ZohaibAhmed/chatgpt-api
y

yairchu

12/05/2022, 1:34 PM
I can’t hear the audio in https://www.loom.com/share/b3d9dd2d6b1e41bbadb9a696f60a0bfa Is it working for you?
y

Yousef El-Dardiry

12/05/2022, 2:52 PM
No my mic / loom screwed up. Will have to do a retake
@ibdknox there is no official api yet indeed
y

yairchu

12/05/2022, 2:56 PM
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

Yousef El-Dardiry

12/05/2022, 8:29 PM
@yairchu here’s a new one if you’re interested 🙂 https://twitter.com/YousefED/status/1599805936280907776
y

yairchu

12/06/2022, 8:45 AM
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.