Posts
All the articles I've posted.
A Brief Pause for GPTs
Posted on:November 13, 2023 at 05:35 PMI took a detour and decided to build a GPT referenced in OpenAI’s keynote from last week. I wanted to create one that had at least some information attached to the retrieval features and could call an API via a custom action.
Moving toward production
Posted on:November 9, 2023 at 04:35 PMAfter experimenting with different approaches in Jupyter notebooks and deciding on the best route to take, I'm ready to move my Notebook code into something that we can use for the final site. I collaborated with ChatGPT to help me modularize and comment out the messy Notebook code into something that exists in individual Python scripts. Here's where we ended up.
Implementing OpenAI's New DevDay Features
Posted on:November 7, 2023 at 04:46 PMA few new features that OpenAI unveiled this week caught my eye. These should be especially helpful in bringing down costs of my requests and ensuring a consistent response.