diff --git a/apps/demos/Demos/DataGrid/AIAssistant/React/service.ts b/apps/demos/Demos/DataGrid/AIAssistant/React/service.ts index 5981ff424f75..1fdb7dcbe2fe 100644 --- a/apps/demos/Demos/DataGrid/AIAssistant/React/service.ts +++ b/apps/demos/Demos/DataGrid/AIAssistant/React/service.ts @@ -1,6 +1,6 @@ import { AIIntegration } from 'devextreme-react/common/ai-integration'; import type { RequestParams, Response } from 'devextreme-react/common/ai-integration'; -import OpenAI, { AzureOpenAI } from 'openai'; +import { AzureOpenAI, OpenAI } from 'openai'; import notify from 'devextreme/ui/notify'; import type { AIMessage } from './types';