Skip to content

Commit 0a0a3fc

Browse files
authored
Update quickstart-local-inference-csharp.md
1 parent 39afc2f commit 0a0a3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/personalizer/includes/quickstart-local-inference-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private const string ServiceEndpoint = "https://REPLACE-WITH-YOUR-PERSONALIZER-
114114
private const string ResourceKey = "<REPLACE-WITH-YOUR-PERSONALIZER-KEY>";
115115
```
116116

117-
Next, construct the Rank and Reward URLs.
117+
Next, construct the Rank and Reward URLs. Note that setting `useLocalInference: true` as a parameter for `PersonalizerClientOptions` is required to enable local inference.
118118

119119
```csharp
120120
static PersonalizerClient InitializePersonalizerClient(Uri url)

0 commit comments

Comments
 (0)