Back
Similar todos
🤖 I tried out the new ChatGPT Python API and gisted a demo gist.github.com/jefftriplett/…
🤖 tried out ChatGPT to mixed results
🤖 sat down and had ChatGPT write some GPT4(ish) code for me
🤖 I had an idea for an app which I have no idea how to build a mobile app for, so I asked ChatGPT to write me a flutter app that does it for me. No clue if it works yet because I don't have time to try it out but looks good so far.
🤖 I built a robot to help generate and maintain some Django/Python code using [cog](nedbatchelder.com/code/cog/in…). This will speed up my prototyping by a lot #myconf
prototyped some category description generation using the ChatGPT api.
used ChatGPT to break the ice on a half dozen small projects with a goal of eventually automating them #mylife
🤖 used ChatGPT to help write a YouTube playlist to markdown script today. So fast.
used ChatGPT to help brain storm some major features for my scraper proxy project that powers a ton of my projects
mess with ChatGPT for generating code #japandev
🤖 I gave the new Claude a test ride and had it create a new Django Admin app. Not bad. Not bad at all. #research
🤖 wrote a form bot over lunch to take a url and give me a Django form to help port some old projects
🤖 Prototyped a Django-based Agent framework using Claude 3.5 #research
🤖 Used ChatGPT to help me finish off a GitHub Issues syncing cli tool because I'm tired of bulk creating issues in their web UI.
experimenting with ChatGPT 4o
write blog about playing around with OpenAI and ChatGPT #blog2
Let ChatGPT code a side project.
Worked on getting ChatGPT working with the Line echo bot example...created a separate file to test the OpenAI API call...hit an error, turned out I needed to pay separately for API credits...hit another error from my request not being formatted properly...finally got it working, now I need to try to integrate it with the Line echo bot...updated the code to use the ChatGPT code and deployed it, but the bot isn't responding anymore, I need to examine the logs...checked the logs with `dokku logs api` (`api` being the name of my app) and saw the error: "You didn't provide an API key."...need to add my API key as an env var...got that added with `dokku config:set`...tested the echo bot again and IT WORKED. It is insane insane insane how fast I can get stuff working when I can ask ChatGPT for help at every step to cut through all the usual Googling to figure out how to do something...next up, hmm, I'm not sure, either work on an accompanying Vue frontend or try fleshing out the bot to handle the particular use-case I have in mind...sent an email to another YouTuber to see if I can do a video with him.