Deploys an Azure AI Service with multiple OpenAI models (Dall-E, GPT-4o, GPT-35-turbo)
This repo contains an AZD template which deploys an Azure AI Service with different OpenAI LLM models. The scenario can be deployed to Azure using the Azure Developer CLI - AZD.
💪 This template scenario is part of the larger Microsoft Trainer Demo Deploy Catalog.
- Azure Developer CLI - AZD
- When installing AZD, the above the following tools will be installed on your machine as well, if not already installed:
- You need Owner or Contributor access permissions to an Azure Subscription to deploy the scenario.
- Create a new folder on your machine.
mkdir petender/openaimultimodel
- Next, navigate to the new folder.
cd petender/openaimultimodel
- Next, run
azd initto initialize the deployment.
azd init -t petender/openaimultimodel
- Last, run
azd upto trigger an actual deployment.
azd up
⏩ Note: you can delete the deployed scenario from the Azure Portal, or by running azd down from within the initiated folder.
- Use the demo guide) for inspiration for your demo
Feel free to create issues for bugs, suggestions or Fork and create a PR with new demo scenarios or optimizations to the templates. If you like the scenario, consider giving a GitHub ⭐