Copilot add OpenAI connection

misc981 61 Reputation points
2024-06-27T05:14:00.7366667+00:00

Working with the system 'conversational boosting' topic. Attempting to configure Azure OpenAI as the datasource.

Have already created connection to OpenAI in PowerApps. Have added a single Word document to the AI Search service, index/indexer created. When I select the connection as datasource in Copilot Studio (topic>data sources>edit>classic>Azure OpenAI Services on your data), receive the following errors :

Missing required property 'ApiVersion'

Missing required property 'Deployment'

There is an error 'EmptyCollection'.

Please advise

Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
324 questions
{count} vote

Accepted answer
  1. Rubén Hinojosa Chapel 76 Reputation points
    2024-07-22T09:58:22.8533333+00:00

    Hi there! For ApiVersion and Deployment you can do the following. Go to Chat playground in Azure OpenAI Studio and, at the right side, under Deployment, select the deployment you want to use. That is the value for the Deployment setting. Then click the button View code, scroll down the code and look for the GPT4V_ENDPOINT value. There you will find the value for the ApiVersion setting. For instance: 2024-02-15-preview.

    User's image

    User's image

    And as for the EmptyCollection error, go to Copilot Studio, open the Conversational boosting topic and edit Data sources. In Connection properties switch to the Model data tab and add your data sources settings.

    User's image

    Hope this helps!

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.