We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368eed2 commit 33c7ec7Copy full SHA for 33c7ec7
src/plus/ai/azureProvider.ts
@@ -1,6 +1,6 @@
1
import type { Disposable } from 'vscode';
2
import { window } from 'vscode';
3
-import { openAICompatibleProviderDescriptor as provider } from '../../constants.ai';
+import { azureProviderDescriptor as provider } from '../../constants.ai';
4
import { configuration } from '../../system/-webview/configuration';
5
import type { AIActionType, AIModel } from './models/model';
6
import { openAIModels } from './models/model';
0 commit comments