/
Updating the Azure Open AI models

Updating the Azure Open AI models

Occasionally you may be notified by Microsoft that your deployed models will expire

image-20240327-004258.png

 

To update your integration you will need to complete the following steps

  1. Go to Azure Portal

  2. Open Azure Open AI

  3. Go to the instance you deployed for K

  4. Select Model deployments and click Manage Deployments

    image-20240327-010040.png

  5. Select Chat and click View Code. Take down the API_VERSION and the KEY


    image-20240327-010330.png
    The version will be required to be updated in K



    image-20240327-010354.png
    The key will be hidden. Click to copy

  6. Go to K. Select Platform Settings. Select Integrations and go to Generative AI

  7. Click on the edit icon for the Azure Open AI integration


    image-20240327-010617.png

     

  8. Update the API version at the end of the API URL property.

    image-20240327-010654.png

     

  9. Add the API key and click SAVE

Related content