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 8d1c360 commit a744717Copy full SHA for a744717
src/plus/ai/aiProviderService.ts
@@ -1,5 +1,6 @@
1
import type { CancellationToken, Disposable, Event, MessageItem, ProgressOptions } from 'vscode';
2
import { CancellationTokenSource, env, EventEmitter, window } from 'vscode';
3
+import { fetch } from '@env/fetch';
4
import type { AIPrimaryProviders, AIProviderAndModel, AIProviders, SupportedAIModels } from '../../constants.ai';
5
import {
6
anthropicProviderDescriptor,
0 commit comments