Skip to content

Commit 33c7ec7

Browse files
axosoft-raminteamodio
authored andcommitted
Uses correct provider descriptor
1 parent 368eed2 commit 33c7ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/ai/azureProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Disposable } from 'vscode';
22
import { window } from 'vscode';
3-
import { openAICompatibleProviderDescriptor as provider } from '../../constants.ai';
3+
import { azureProviderDescriptor as provider } from '../../constants.ai';
44
import { configuration } from '../../system/-webview/configuration';
55
import type { AIActionType, AIModel } from './models/model';
66
import { openAIModels } from './models/model';

0 commit comments

Comments
 (0)