If you’ve signed up for OpenAI and gotten your free trial money and API key, you’re ready to start putting it good use! If you haven’t done that yet, I’ve previously walked us through how to sign up and generate and API key. You’ll find a link to the article in the requirements below. Luckily, […]
How to Create OpenAI API Credentials
This week was a highly anticipated week in the world of AI with Google’s announcement of Bard and Microsoft’s announcement of the partnership with OpenAI to bring ChatGPT features to the Bing SERP and Microsoft Edge. If you’re reading this, you have more than likely played with ChatGPT and are ready to start scaling up […]
Automating Python Scripts Using Windows Task Scheduler
Chances are, you’ve begun your journey using Python as a tool to automate some of your workflow. You have successfully turned your weekly reports that used to take you 3 hours to complete into a 30-second job with a click of a button. Your daunting weekly task has become such an insignificant part of your […]
Automating Python Scripts on GreenGeeks
You’ve probably been using Python to automate a lot of tasks already. Maybe you’ve even set a task up to run your scripts locally using Windows Task Scheduler. But you can take automation a step further to the point that you don’t even have to be at your computer to run your scripts! We’re going […]