Skip to content

Commit bfd9c11

Browse files
Apply suggestions from code review
Co-authored-by: Albert Totten <[email protected]>
1 parent 1d66d6a commit bfd9c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This example uses the following DevExpress Blazor Components:
4444
> [!NOTE]
4545
> DevExpress AI-powered extensions follow the "bring your own key" principle. DevExpress does not offer a REST API and does not ship any built-in LLMs/SLMs. You need an active Azure/Open AI subscription to obtain the REST API endpoint, key, and model deployment name. These variables must be specified at application startup to register AI clients and enable DevExpress AI-powered Extensions in your application.
4646
47-
Add the following code to the *Program.cs* file to register AI Services and an [OpenAI Assistant](https://platform.openai.com/docs/assistants/overview) in your application:
47+
Add the following code snippet to the *Program.cs* file to register AI Services and an [OpenAI Assistant](https://platform.openai.com/docs/assistants/overview) in your application:
4848

4949
```cs
5050
using Azure.AI.OpenAI;

0 commit comments

Comments
 (0)