{"library":"promptflow-azure","title":"Promptflow Azure","description":"Promptflow Azure is the Azure integration package for Microsoft Promptflow, enabling creation, management, and execution of prompt flows on Azure AI services. Version 1.18.5 (current). Releases occur irregularly.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install promptflow-azure"],"cli":null},"imports":["from promptflow.connections import AzureOpenAIConnection"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from promptflow.core import AzureOpenAIModelConfiguration\nimport os\n\nconfig = AzureOpenAIModelConfiguration(\n    azure_endpoint=os.environ.get('AZURE_OPENAI_ENDPOINT', ''),\n    api_key=os.environ.get('AZURE_OPENAI_API_KEY', ''),\n    api_version=\"2023-05-15\",\n    azure_deployment=\"gpt-35-turbo\"\n)\nprint(\"Configuration created.\")","lang":"python","description":"Create an Azure OpenAI model configuration using environment variables.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}