BABipin Alchettiinbipinalchetti.hashnode.dev·Mar 30 · 1 min readInit AI (Understand Temperature)import os from openai import OpenAI client = OpenAI( api_key=os.getenv("OPENAI_API_KEY"), base_url=os.getenv("OPENAI_API_BASE") ) prompt = "Write a one-sentence story about a robot." print(00
BABipin Alchettiinbipinalchetti.hashnode.dev·Jun 8, 2024 · 4 min readSimplifying UAMI Integration with AKS and AKVUse Case: We have a token/secret stored in an Azure Key Vault secret We have a pod in a Cluster that needs to read this secret. We will use UAMI to enable the pod to read the secret stored in the AKV Let's decode this in simple terms: Pre-requi...00