Writing
100 Days of Gen AI: Day 10
Today I started on a chatbot that responds as Socrates. I started a repo here: https://github.com/cmonaghan/chatbot-socrates While I’m sure there are Socrates chatbots already out there, I want to...
100 Days of Gen AI: Day 9
I’ve finished up Fallacy Finder. It now returns an actual response from OpenAI rather than returning dummy data. You can see it live here: https://fallacy.woolgathering.io/ Here’s what it looks...
100 Days of Gen AI: Day 8
Today I did some research into how to build my own model using my own datasets. In particular I was curious how to build a chatbot that is trained to...
100 Days of Gen AI: Day 7
Fallacy Finder lives! Or at least a web UI that returns the same hardcoded response every time. :) But rewinding a bit, here’s what I did today. First I asked...
100 Days of Gen AI: Day 6
I continued working on my mini-project Fallacy Finder. I didn’t spend much time on the ChatGPT side of the project, but rather on trying out various frameworks to use for...