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: components/editor/ai-integration/integration-with-aiprompt.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ To enable the AIPrompt in the Editor:
43
43
````C# Program.cs
44
44
// ...
45
45
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
0 commit comments