Soā¦ hereās the funā¦ whoās ready to build their own Copilot that they canā¦
- Power by Azure OpenAI LLM models akaā¦ GPT
- Run and back with the Microsoft Cloud (Azure)
- Build into their digital solutions and applications
- Test out with an automatically generated web app if youāre not patient enough to get down to development work to build the Copilot into YOUR app š
Well if thatās you friend, youāre in the RIGHT place! š
In this post, weāll look at how to do exactly this thing in Microsoftās Azure AI Studio! Letās get to it friends! š
Build
So letās jump straight into building in the Azure AI Studio. Iām going to head into the catalogue and deploy GPT 3.5 Turbo to a new project which Iāll createā¦
Now Iāve got my project and I can start building things and grounding the AIā¦ To do this at a high level weāll make some changes in the playground around system message and prompts and effectively the meta-prompt ārulesā weāll apply to the LLM.
If youāre not sure what to do here check out some of the pre-defined prompts to give you an idea of how to shape the LLM to what you need it to do.
Deploy
Finally once youāve completed your meta-prompt, system message and all the assistant setup and configuration, if you want to give the assistant to people to test, check out this super cool thingā¦
Now once things have finished up and everything is deployed to Azureā¦ youāll end up with a web app built which you can give to people to test out your assistant using!
Now once youāve found the web app youāll be able to select Browse and launch it, then test out that AI assistant you just made! How simple was that friends! š
In case you canāt tellā¦ I used the Shakespeare prompt sample š
So friends! In this post, we covered a high level to getting started with Azure AI Studio and building an AI assistant! In future posts weāll actually look at properly grounding our AI, bringing in our own data for it to look at, content moderation and filtering and loads more! Stay tuned! š¤