Skip to content

Commit 5ecf168

Browse files
Update Following Feedback
1 parent 76b9871 commit 5ecf168

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

AIIntegrationServer/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# AIIntegrationServer
1+
# DevExtreme DataGrid - Azure OpenAI (.NET) Integration - AIIntegrationServer
22

3-
AIIntegrationServer is an API-only backend that connects [Azure OpenAI](https://azure.microsoft.com/en-us/pricing/details/azure-openai/) with AI-powered DevExtreme DataGrid features:
3+
AIIntegrationServer is this example's API-only backend that connects [Azure OpenAI](https://azure.microsoft.com/en-us/pricing/details/azure-openai/) with AI-powered DevExtreme DataGrid features:
44

55
- [AI columns](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/ai/)
66
- [AI Assistant](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/aiAssistant/)
@@ -41,7 +41,7 @@ Runs chat completions for AI columns. Uses `0.7` temperature value.
4141

4242
### POST /api/ai/assistant
4343

44-
Runs chat completions for the AI assistant. Uses `0.0` temperature value. Returns responses in JSON schemas (specified in a request `responseSchema` parameter). If `responseSchema` is not specified, returns a empty? JSON response.
44+
Runs chat completions for the AI assistant. Uses `0.0` temperature value. Returns responses in JSON schemas (specified in a request `responseSchema` parameter). If `responseSchema` is not specified, returns dynamic JSON responses.
4545

4646
**Request Body (application/json):**
4747

@@ -67,7 +67,7 @@ Runs chat completions for the AI assistant. Uses `0.0` temperature value. Return
6767

6868
## Configure an AI Service
6969

70-
Add your Azure OpenAI credentials to `appsettings.json`:
70+
Add your Azure OpenAI credentials to `appsettings.json`:
7171

7272
```json
7373
{
@@ -91,4 +91,4 @@ The server will start on:
9191

9292
## CORS Policy
9393

94-
The server allows all HTTP methods and headers for requests from `http://localhost:5050`. This configuration is for development purposes only. For production, restrict allowed origins in [Program.cs](AIIntegrationServer/Program.cs) to specific domains.
94+
The server allows all HTTP methods and headers for requests from `http://localhost:5050`. This configuration is for development purposes only. For production, update allowed origins in [Program.cs](AIIntegrationServer/Program.cs) to your production domains.

0 commit comments

Comments
 (0)