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, […]
When we’re building a new application that leverages solutions such as Azure OpenAI Service we’re not just writing code, we’re also spending a lot of time […]
Where AI and Machine learning always felt like something out of reach because of its complexity. But, things have changed. In the past years I have […]
This is part of my series on GenAI Services in Azure: Azure OpenAI Service – Infra and Security Stuff Azure OpenAI Service – Authentication Azure OpenAI […]