You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/router/job-router-azure-openai-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Workers are evaluated based on:
120
120
121
121
- b. Select the "Get Function URL" button and copy down the URL.
122
122
123
-
:::image type="content" source="./media/get-function-url.png" alt-text="Screenshot of deployed function.":::
123
+
:::image type="content" source="./media/get-function-url.png" alt-text="Screenshot of get function url.":::
124
124
125
125
8. Navigate to your Azure Communication Services resource, click on the "Keys" blade and copy down your Connection string.
126
126
9. Open the JR_AOAI_Integration Console application and open the `appsettings.json` file to update the following config settings.
@@ -133,7 +133,7 @@ Workers are evaluated based on:
133
133
10. Run the application and follow the on-screen instructions to Create a Job.
134
134
- Once a job has been created the console application will let you know who scored the highest and has received the offer. To see the prompts sent to your OpenAI model and scores given to your workers and sent back to Job Router. Go to your Function and select the Monitor Tab and watch the logs as you are creating a job in the console application.
135
135
136
-
:::image type="content" source="./media/function-outpu.png" alt-text="Screenshot of Function Output.":::
136
+
:::image type="content" source="./media/function-output.png" alt-text="Screenshot of Function Output.":::
0 commit comments