Azure AI foundry model setup and playground
To be able to use use AI model like Mistral, ChatGPT and other model in Azure, you need to create and deploy the model first. Assuming you have an existing project in your Azure AI foundry.
By default it is all GPT. Here we will use a Mistral-3B model (which cost less) and setup our playground for fun and I don't want to use Chatgpt for my model.
Go to Model catalog and select Mistral-3B. Click on Goto Model page and accept the terms and condition.
Deploy this model. We only have Global standard here.
Once you have deployed it, goto My models and select your deployment
Then select "Open in Playground"
Then you can interact with it
Comments