Skip to content

Commit

Permalink
JobRouter OpenAI integration PR (#152)
Browse files Browse the repository at this point in the history
* Initial push to ACS quickstart repository for JobRouter with AzureOpenAI Integration

* Update per comments

* Add link to quickstart and update missing comma
  • Loading branch information
NathanJBennett authored Feb 28, 2024
1 parent 742d7cc commit d55824e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JobRouterOpenAIIntegration/JR_AOAI_Integration/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private static BestWorkerMode SetBestWorkerOpenAiMode()
var mode = new BestWorkerMode() { ScoringRule = new FunctionRouterRule(new Uri(Configuration["OpenAiPairing:AzureFunctionUri"]))
{
Credential = new FunctionRouterRuleCredential(Configuration["OpenAiPairing:AzureFunctionKey"])
}
},
ScoringRuleOptions =
new ScoringRuleOptions() {
IsBatchScoringEnabled = true
Expand Down
2 changes: 1 addition & 1 deletion JobRouterOpenAIIntegration/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ products:

# Job Router Integration with Azure OpenAI quick start

For full instructions on how to build this code sample from scratch, look at [Quickstart: Job Router using OpenAI for matching]()
For full instructions on how to build this code sample from scratch, look at [Quickstart: Job Router using OpenAI for matching](https://review.learn.microsoft.com/en-us/azure/communication-services/quickstarts/router/job-router-aoai-integration)

## Prerequisites

Expand Down

0 comments on commit d55824e

Please sign in to comment.