Hello again folks! Recently, I’ve been working with some far more intelligent peers (such as my buddy Jose Medina Gomez, you should definitely check out his […]
This is the second instalment of a miniseries where I am building an end-to-end AI home security and cross platform system. I recommend reading Part 1 […]
Standing up a Retrieval-Augmented Generation (RAG) environment using Azure services was both enlightening and expensive. I followed the… Continue reading on Medium »
Standing up a Retrieval-Augmented Generation (RAG) environment using Azure services was both enlightening and expensive. I followed the… Continue reading on ITNEXT »
Azure OpenAI (AOAI) Service provides REST API access to OpenAI’s powerful language models including o1, o1-mini, GPT-4o, GPT-4o mini, GPT-4 Turbo with Vision, GPT-4, GPT-3.5-Turbo, and […]
The following powershell samples shows how to call an Azure OpenAI chat completition endpoint API # Azure OpenAI metadata variables $openai = @{ api_key = "YOUR_APIKEY_HERE" […]
A powershell script that shows how to call an Azure OpenAI chat completition endpoint API # Azure OpenAI metadata variables $openai = @{ api_key = "YOUR_APIKEY_HERE" […]
In this blog, you will learn how to leverage Azure OpenAI’s large language models to generate pull request descriptions based on the changes in your code. […]
My new course “Aligning Generative AI with Business Cases” is LIVE on top training platform Pluralsight ! In this course, you’ll learn how to identify, […]