A look at the Azure OpenAI Assistants API
Introduction A while ago, I looked at the OpenAI Assistants API. In February of 2024, Microsoft have released their Assistants API in public preview. It works in the same way…
08/02/2024
If you read the previous article on Draft 2, we went from source code to deployed application in a few steps:
az aks draft create: creates a Dockerfile and Kubernetes manifests (deployment and service manifests)az aks draft setup-gh: setup GitHub OIDCaz…