Skip to content

Commit 30ba43b

Browse files
authored
Update README.md
1 parent a77a393 commit 30ba43b

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
@@ -14,6 +14,7 @@ Both the DevExpress Blazor Rich Text Editor ([DxRichEdit](https://docs.devexpres
1414
* **Ask AI Assistant** allows user to process text based on a custom prompt.
1515
* **Change Style** rewrite text using a specified style.
1616
* **Change Tone** rewrite text using a specified tone.
17+
* **Describe Picture** generates the description for an image (for Rich Text Editor only).
1718
* **Expand** expands text.
1819
* **Explain** explains text.
1920
* **Proofread** proofreads text.
@@ -31,7 +32,6 @@ Add the following code to the _Program.cs_ file to register AI services in the a
3132
```cs
3233
using Azure;
3334
using Azure.AI.OpenAI;
34-
using DevExpress.AI.Samples.Blazor.Editors.Components;
3535
using Microsoft.Extensions.AI;
3636
...
3737
string azureOpenAIEndpoint = Environment.GetEnvironmentVariable("AZURE_OPENAI_ENDPOINT");

0 commit comments

Comments
 (0)