Skip to content

Commit 14aa3ac

Browse files
ntachevadimodi
andauthored
Update components/editor/ai-integration/integration-with-aiprompt.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent bd24764 commit 14aa3ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/editor/ai-integration/integration-with-aiprompt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ To enable the AIPrompt in the Editor:
4343
````C# Program.cs
4444
// ...
4545
46-
// This example uses Azure OpenAI but you must configure the service depending on the model you are using. Read more at https://www.telerik.com/blazor-ui/documentation/common-features/microsoft-extensions-ai-integration
46+
// This example uses Azure OpenAI but you must configure the service depending on the model you are using. Read more at
47+
// https://www.telerik.com/blazor-ui/documentation/common-features/microsoft-extensions-ai-integration
4748
services.AddSingleton(new AzureOpenAIClient(
4849
new Uri("YOUR_AZURE_OPENAI_ENDPOINT"),
4950
new AzureKeyCredential("YOUR_AZURE_OPENAI_CREDENTIAL")));

0 commit comments

Comments
 (0)